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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 質社B | 1000111010111111100011101101000001000010 | 8ebf8ed042 |
EUC-JP | 質社B | 1011110011000001101111001101001001000010 | bcc1bcd242 |
UTF-8 | 質社B | 11101000101100111010101011100111101001001011111001000010 | e8b3aae7a4be42 |
UHC | 質社B | 1111001011110101110111101110010001000010 | f2f5dee442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)