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 | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
SJIS-WIN | 趙??LoBF | 1110011011100010001111110011111101001100011011110100001001000110 | e6e23f3f4c6f4246 |
EUC-JP | 趙??LoBF | 1110110011100100001111110011111101001100011011110100001001000110 | ece43f3f4c6f4246 |
UTF-8 | 趙얕텼LoBF | 11101000101101101001100111101100100101101001010111101101100001011011110001001100011011110100001001000110 | e8b699ec9695ed85bc4c6f4246 |
UHC | 趙얕텼LoBF | 11110000111000011011111011101000110001011110000101001100011011110100001001000110 | f0e1bee8c5e14c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)