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 | 11100100101110111011000001001001011011110100001001000110 | e4bbb0496f4246 |
EUC-JP | 莉ーIoBF | 1110100010111101100011101011000001001001011011110100001001000110 | e8bd8eb0496f4246 |
UTF-8 | 莉ーIoBF | 11101000100011101000100111101111101111011011000001001001011011110100001001000110 | e88e89efbdb0496f4246 |
UHC | 莉?IoBF | 11010111111010010011111101001001011011110100001001000110 | d7e93f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)