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 | ???iLoBF | 0011111100111111001111110110100101001100011011110100001001000110 | 3f3f3f694c6f4246 |
SJIS-WIN | ??ゅiLoBF | 001111110011111110000010111000110110100101001100011011110100001001000110 | 3f3f82e3694c6f4246 |
EUC-JP | ??ゅiLoBF | 001111110011111110100100111001010110100101001100011011110100001001000110 | 3f3fa4e5694c6f4246 |
UTF-8 | 룶쥚ゅiLoBF | 1110101110100011101101101110110010100101100110101110001110000010100001010110100101001100011011110100001001000110 | eba3b6eca59ae38285694c6f4246 |
UHC | 룶쥚ゅiLoBF | 1000111110101011101000101000111110101010111001010110100101001100011011110100001001000110 | 8faba28faae5694c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)