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 | ?SB | 001111110101001101000010 | 3f5342 |
SJIS-WIN | 弔SB | 10010010101000100101001101000010 | 92a25342 |
EUC-JP | 弔SB | 11000100101001000101001101000010 | c4a45342 |
UTF-8 | 弔SB | 1110010110111100100101000101001101000010 | e5bc945342 |
UHC | 弔SB | 11110000110000000101001101000010 | f0c05342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)