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 | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | 濠?IoBF | 10001101100010100011111101001001011011110100001001000110 | 8d8a3f496f4246 |
EUC-JP | 濠?IoBF | 10111001111010100011111101001001011011110100001001000110 | b9ea3f496f4246 |
UTF-8 | 濠렣IoBF | 11100110101111111010000011101011101000001010001101001001011011110100001001000110 | e6bfa0eba0a3496f4246 |
UHC | 濠렣IoBF | 1111101111001100100011101011010001001001011011110100001001000110 | fbcc8eb4496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)