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 | 舌蓆^ | 1001000011100011111001001110110001011110 | 90e3e4ec5e |
EUC-JP | 舌蓆^ | 1100000011100101111010001110111001011110 | c0e5e8ee5e |
UTF-8 | 舌蓆^ | 11101000100010001000110011101000100100111000011001011110 | e8888ce893865e |
UHC | 舌蓆^ | 1110000011011111111000001011011001011110 | e0dfe0b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)