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 | 001111110110111001000010 | 3f6e42 |
SJIS-WIN | 但nB | 10010010010000010110111001000010 | 92416e42 |
EUC-JP | 但nB | 11000011101000100110111001000010 | c3a26e42 |
UTF-8 | 但nB | 1110010010111101100001100110111001000010 | e4bd866e42 |
UHC | 但nB | 11010011101000110110111001000010 | d3a36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)