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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????趙B | 00111111001111110011111100111111111001101110001001000010 | 3f3f3f3fe6e242 |
EUC-JP | ????趙B | 00111111001111110011111100111111111011001110010001000010 | 3f3f3f3fece442 |
UTF-8 | 롏롇롚렑趙B | 11101011101000011000111111101011101000011000011111101011101000011001101011101011101000001001000111101000101101101001100101000010 | eba18feba187eba19aeba091e8b69942 |
UHC | 롏롇롚렑趙B | 1000111011010101100011101100110110001110110111101000111010100110111100001110000101000010 | 8ed58ecd8ede8ea6f0e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)