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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 治鴪 | 111100001011010010001110101000011110100111110000 | f0b48ea1e9f0 |
EUC-JP | ?治鴪 | 0011111110111100101000111111001011110010 | 3fbca3f2f2 |
UTF-8 | 治鴪 | 111011101000000110110011111001101011001010111011111010011011010010101010 | ee81b3e6b2bbe9b4aa |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)