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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 碣蔔] | 1110000111110000111001001111011101011101 | e1f0e4f75d |
EUC-JP | 碣蔔] | 1110001011110010111010001111100101011101 | e2f2e8f95d |
UTF-8 | 碣蔔] | 11100111101000101010001111101000100101001001010001011101 | e7a2a3e894945d |
UHC | 碣蔔] | 1100101011100101110111001101101101011101 | cae5dcdb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)