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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 底??@h | 100100101110101000111111001111110100000001101000 | 92ea3f3f4068 |
EUC-JP | 底??@h | 110001001110110000111111001111110100000001101000 | c4ec3f3f4068 |
UTF-8 | 底쏙쉐@h | 1110010110111010100101011110110010001111100110011110110010001001100100000100000001101000 | e5ba95ec8f99ec89904068 |
UHC | 底쏙쉐@h | 1110111010111100101111011110111110111101101001100100000001101000 | eebcbdefbda64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)