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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 趙???LB | 11100110111000100011111100111111001111110100110001000010 | e6e23f3f3f4c42 |
EUC-JP | 趙???LB | 11101100111001000011111100111111001111110100110001000010 | ece43f3f3f4c42 |
UTF-8 | 趙얹렰렚LB | 1110100010110110100110011110110010010110101110011110101110100000101100001110101110100000100110100100110001000010 | e8b699ec96b9eba0b0eba09a4c42 |
UHC | 趙얹렰렚LB | 11110000111000011011111011110001100011101011110110001110101011010100110001000010 | f0e1bef18ebd8ead4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)