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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 寤??寤??B | 100110111000100000111111001111111001101110001000001111110011111101000010 | 9b883f3f9b883f3f42 |
EUC-JP | 寤??寤??B | 110101011110100000111111001111111101010111101000001111110011111101000010 | d5e83f3fd5e83f3f42 |
UTF-8 | 寤뤿젧寤뤿젧B | 11100101101011111010010011101011101001001011111111101100101000001010011111100101101011111010010011101011101001001011111111101100101000001010011101000010 | e5afa4eba4bfeca0a7e5afa4eba4bfeca0a742 |
UHC | 寤뤿젧寤뤿젧B | 11100111111101011000111111101011101000001001111111100111111101011000111111101011101000001001111101000010 | e7f58feba09fe7f58feba09f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)