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 | 證珠瑞 | 111001101001101010001110111011001001000010010000 | e69a8eec9090 |
EUC-JP | 證珠瑞 | 111010111111101010111100111011101011111111110000 | ebfabceebff0 |
UTF-8 | 證珠瑞 | 111010001010110110001001111001111000111110100000111001111001000110011110 | e8ad89e78fa0e7919e |
UHC | 證珠瑞 | 111100011111101111110001110000011101111111111010 | f1fbf1c1dffa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)