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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莉ー莉ーB | 11100100101110111011000011100100101110111011000001000010 | e4bbb0e4bbb042 |
EUC-JP | 莉ー莉ーB | 111010001011110110001110101100001110100010111101100011101011000001000010 | e8bd8eb0e8bd8eb042 |
UTF-8 | 莉ー莉ーB | 11101000100011101000100111101111101111011011000011101000100011101000100111101111101111011011000001000010 | e88e89efbdb0e88e89efbdb042 |
UHC | 莉?莉?B | 11010111111010010011111111010111111010010011111101000010 | d7e93fd7e93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)