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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 諱儉oBF | 11100110100000011001100101001100011011110100001001000110 | e681994c6f4246 |
EUC-JP | 諱儉oBF | 11101011111000011101000110101101011011110100001001000110 | ebe1d1ad6f4246 |
UTF-8 | 諱儉oBF | 111010001010101110110001111001011000010010001001011011110100001001000110 | e8abb1e584896f4246 |
UHC | 諱儉oBF | 11111101110010011100101111111011011011110100001001000110 | fdc9cbfb6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)