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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 弔\ | 100100101010001001011100 | 92a25c |
EUC-JP | 弔\ | 110001001010010001011100 | c4a45c |
UTF-8 | 弔\ | 11100101101111001001010001011100 | e5bc945c |
UHC | 弔\ | 111100001100000001011100 | f0c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)