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 | 10011011100110011001100101011001011011110100001001000110 | 9b9999596f4246 |
EUC-JP | 尸兀oBF | 11010101111110011101000110111010011011110100001001000110 | d5f9d1ba6f4246 |
UTF-8 | 尸兀oBF | 111001011011000010111000111001011000010110000000011011110100001001000110 | e5b0b8e585806f4246 |
UHC | 尸兀oBF | 11100011101110011110100010110100011011110100001001000110 | e3b9e8b46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)