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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 硝」nB | 100011111100100111110101110010001111000010110000101000110110111001000010 | 8fc9f5c8f0b0a36e42 |
EUC-JP | 硝??」nB | 1011111011001011001111110011111110001110101000110110111001000010 | becb3f3f8ea36e42 |
UTF-8 | 硝」nB | 1110011110100001100111011110111010010000101100111110111010000001101011111110111110111101101000110110111001000010 | e7a19dee90b3ee81afefbda36e42 |
UHC | 硝???nB | 11110101101001100011111100111111001111110110111001000010 | f5a63f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)