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 | ÎöÜ? | 11001110111101101101110000111111 | cef6dc3f |
SJIS-WIN | ???踪 | 0011111100111111001111111110011101001000 | 3f3f3fe748 |
EUC-JP | ÎöÜ踪 | 1000111110101010110000101000111110101011110100111000111110101010111001001110110110101001 | 8faac28fabd38faae4eda9 |
UTF-8 | ÎöÜ踪 | 110000111000111011000011101101101100001110011100111010001011100010101010 | c38ec3b6c39ce8b8aa |
UHC | ???踪 | 0011111100111111001111111111000110100001 | 3f3f3ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)