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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | ?楯@h | 0011111110001111011111000100000001101000 | 3f8f7c4068 |
EUC-JP | ?楯@h | 0011111110111101110111010100000001101000 | 3fbddd4068 |
UTF-8 | 장楯@h | 1110110010011110101001011110011010100101101011110100000001101000 | ec9ea5e6a5af4068 |
UHC | 장楯@h | 110000001110010111100010111001000100000001101000 | c0e5e2e44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)