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 | 001111110011111101001100011011110100001001000110 | 3f3f4c6f4246 |
SJIS-WIN | 闊クLoBF | 11101000100010001011100001001100011011110100001001000110 | e888b84c6f4246 |
EUC-JP | 闊クLoBF | 1110111111101000100011101011100001001100011011110100001001000110 | efe88eb84c6f4246 |
UTF-8 | 闊クLoBF | 11101001100101111000101011101111101111011011100001001100011011110100001001000110 | e9978aefbdb84c6f4246 |
UHC | 闊?LoBF | 11111100110001000011111101001100011011110100001001000110 | fcc43f4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)