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 | ëâ¸ê¾£ | 1110101111100010101110001110101010001110101111101000111010100011 | ebe2b8ea8ebe8ea3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ëâ¸ê???£ | 1000111110101011101100111000111110101011101001001000111110100010101100011000111110101011101101000011111100111111001111111010000111110010 | 8fabb38faba48fa2b18fabb43f3f3fa1f2 |
UTF-8 | ëâ¸ê¾£ | 11000011101010111100001110100010110000101011100011000011101010101100001010001110110000101011111011000010100011101100001010100011 | c3abc3a2c2b8c3aac28ec2bec28ec2a3 |
UHC | ??¸??¾?? | 00111111001111111010001010101100001111110011111110101000111110100011111100111111 | 3f3fa2ac3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)