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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 磬鴣^ | 1110000111111100111010011111001101011110 | e1fce9f35e |
EUC-JP | 磬鴣^ | 1110001011111110111100101111010101011110 | e2fef2f55e |
UTF-8 | 磬鴣^ | 11100111101000111010110011101001101101001010001101011110 | e7a3ace9b4a35e |
UHC | 磬?^ | 11001100111001000011111101011110 | cce43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)