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 | ?燒^ | 00111111111000001001011001011110 | 3fe0965e |
EUC-JP | ?燒^ | 00111111110111111111011001011110 | 3fdff65e |
UTF-8 | 挻燒^ | 11100110100011001011101111100111100001111001001001011110 | e68cbbe787925e |
UHC | 挻燒^ | 1110011011001001111000011100000001011110 | e6c9e1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)