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 | 11100101100111111001111111100010100100011011010111101101100000001001010111100101100111111001111111100010100100011011010111101101100000001001010101000010 | e59f9fe291b5ed8095e59f9fe291b5ed809542 |
UHC | 域⑵퀕域⑵퀕B | 11100110101101001010100111101000101100111000101011100110101101001010100111101000101100111000101001000010 | e6b4a9e8b38ae6b4a9e8b38a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)