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 | ?_n?_nB | 00111111010111110110111000111111010111110110111001000010 | 3f5f6e3f5f6e42 |
SJIS-WIN | ?_n?_nB | 00111111010111110110111000111111010111110110111001000010 | 3f5f6e3f5f6e42 |
EUC-JP | ?_n?_nB | 00111111010111110110111000111111010111110110111001000010 | 3f5f6e3f5f6e42 |
UTF-8 | 묪_n묪_nB | 1110101110101100101010100101111101101110111010111010110010101010010111110110111001000010 | ebacaa5f6eebacaa5f6e42 |
UHC | 묪_n묪_nB | 100100100100001001011111011011101001001001000010010111110110111001000010 | 92425f6e92425f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)