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 | 1001110010010110100111001001011001001001011011110100001001000110 | 9c969c96496f4246 |
EUC-JP | 恂恂IoBF | 1101011111110110110101111111011001001001011011110100001001000110 | d7f6d7f6496f4246 |
UTF-8 | 恂恂IoBF | 11100110100000011000001011100110100000011000001001001001011011110100001001000110 | e68182e68182496f4246 |
UHC | 恂恂IoBF | 1110001011100001111000101110000101001001011011110100001001000110 | e2e1e2e1496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)