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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 珥?第?袁?h | 11100000111000000011111110010001111001100011111111100101110011010011111101101000 | e0e03f91e63fe5cd3f68 |
EUC-JP | 珥?第?袁?h | 11100000111000100011111111000010111010000011111111101010110011110011111101101000 | e0e23fc2e83feacf3f68 |
UTF-8 | 珥렮第렰袁숯h | 11100111100011111010010111101011101000001010111011100111101011001010110011101011101000001011000011101000101000101000000111101100100010001010111101101000 | e78fa5eba0aee7acaceba0b0e8a281ec88af68 |
UHC | 珥렮第렰袁숯h | 11101100101101001000111010111011111100001010111110001110101111011110101010111110101111011010000101101000 | ecb48ebbf0af8ebdeabebda168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)