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 | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ????趙nB | 0011111100111111001111110011111111100110111000100110111001000010 | 3f3f3f3fe6e26e42 |
EUC-JP | ????趙nB | 0011111100111111001111110011111111101100111001000110111001000010 | 3f3f3f3fece46e42 |
UTF-8 | 롏롇롚렑趙nB | 1110101110100001100011111110101110100001100001111110101110100001100110101110101110100000100100011110100010110110100110010110111001000010 | eba18feba187eba19aeba091e8b6996e42 |
UHC | 롏롇롚렑趙nB | 100011101101010110001110110011011000111011011110100011101010011011110000111000010110111001000010 | 8ed58ecd8ede8ea6f0e16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)