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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 帳??F | 1001001010100000001111110011111101000110 | 92a03f3f46 |
EUC-JP | 帳??F | 1100010010100010001111110011111101000110 | c4a23f3f46 |
UTF-8 | 帳꿰댚F | 11100101101110001011001111101010101111111011000011101011100011001001101001000110 | e5b8b3eabfb0eb8c9a46 |
UHC | 帳꿰댚F | 11101101111000111011001011100111100010001011111001000110 | ede3b2e788be46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)