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 | 100010001110011000111111001111111000100011100110001111110011111101000010 | 88e63f3f88e63f3f42 |
EUC-JP | 域??域??B | 101100001110100000111111001111111011000011101000001111110011111101000010 | b0e83f3fb0e83f3f42 |
UTF-8 | 域⒴뜏域⒴뜏B | 11100101100111111001111111100010100100101011010011101011100111001000111111100101100111111001111111100010100100101011010011101011100111001000111101000010 | e59f9fe292b4eb9c8fe59f9fe292b4eb9c8f42 |
UHC | 域⒴뜏域⒴뜏B | 11100110101101001010100111100101100011011001001011100110101101001010100111100101100011011001001001000010 | e6b4a9e58d92e6b4a9e58d9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)