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 | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 唸盖n唸盖nB | 1001101001011000111000011011001101101110100110100101100011100001101100110110111001000010 | 9a58e1b36e9a58e1b36e42 |
EUC-JP | 唸盖n唸盖nB | 1101001110111001111000101011010101101110110100111011100111100010101101010110111001000010 | d3b9e2b56ed3b9e2b56e42 |
UTF-8 | 唸盖n唸盖nB | 111001011001010010111000111001111001101110010110011011101110010110010100101110001110011110011011100101100110111001000010 | e594b8e79b966ee594b8e79b966e42 |
UHC | ?盖n?盖nB | 001111111100101111001100011011100011111111001011110011000110111001000010 | 3fcbcc6e3fcbcc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)