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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??鏃??膾 | 0011111100111111111010000101011000111111001111111110010001011001 | 3f3fe8563f3fe459 |
EUC-JP | ??鏃??膾 | 0011111100111111111011111011011100111111001111111110011110111010 | 3f3fefb73f3fe7ba |
UTF-8 | 뤯휄鏃퐥숄膾 | 111010111010010010101111111011011001110010000100111010011000111110000011111011011001000010100101111011001000100010000100111010001000011010111110 | eba4afed9c84e98f83ed90a5ec8884e886be |
UHC | 뤯휄鏃퐥숄膾 | 100011111101110111001000110101001111000011101100101111011000111010111100111100011111110011101100 | 8fddc8d4f0ecbd8ebcf1fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)