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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證??正 | 111001101001101000111111001111111001000010110011 | e69a3f3f90b3 |
EUC-JP | 證??正 | 111010111111101000111111001111111100000010110101 | ebfa3f3fc0b5 |
UTF-8 | 證쇨ㅄ正 | 111010001010110110001001111011001000011110101000111000111000010110000100111001101010110110100011 | e8ad89ec87a8e38584e6ada3 |
UHC | 證쇨ㅄ正 | 1111000111111011101111001110101010100100101101001110111111100001 | f1fbbceaa4b4efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)