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 | 11101001100010101011100111100101100001011011100001000010 | e98ab9e585b842 |
EUC-JP | 驫ケ蜈クB | 111100011110101010001110101110011110100111100101100011101011100001000010 | f1ea8eb9e9e58eb842 |
UTF-8 | 驫ケ蜈クB | 11101001101010011010101111101111101111011011100111101000100111001000100011101111101111011011100001000010 | e9a9abefbdb9e89c88efbdb842 |
UHC | ??蜈?B | 001111110011111111101000101001010011111101000010 | 3f3fe8a53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)