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 | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 壯①?nB | 10011010111000011000011101000000001111110110111001000010 | 9ae187403f6e42 |
EUC-JP | 壯??nB | 110101001110001100111111001111110110111001000010 | d4e33f3f6e42 |
UTF-8 | 壯①즯nB | 1110010110100011101011111110001010010001101000001110110010100110101011110110111001000010 | e5a3afe291a0eca6af6e42 |
UHC | 壯①즯nB | 1110110111100000101010001110011110100011100000010110111001000010 | ede0a8e7a3816e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)