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 | 1110001010010010111000101111010011100010101101100110111001000010 | e292e2f4e2b66e42 |
EUC-JP | 竰糜筝nB | 1110001111110010111001001111011011100100101110000110111001000010 | e3f2e4f6e4b86e42 |
UTF-8 | 竰糜筝nB | 1110011110101011101100001110011110110011100111001110011110101101100111010110111001000010 | e7abb0e7b39ce7ad9d6e42 |
UHC | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)