To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 醇? | 100011111000011000111111 | 8f863f |
EUC-JP | 醇? | 101111011110011000111111 | bde63f |
UTF-8 | 醇뒇 | 111010011000011010000111111010111001001010000111 | e98687eb9287 |
UHC | 醇뒇 | 11100010111101011000101010000101 | e2f58a85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)