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 | 證??矣 | 111001101001101000111111001111111110000111100001 | e69a3f3fe1e1 |
EUC-JP | 證??矣 | 111010111111101000111111001111111110001011100011 | ebfa3f3fe2e3 |
UTF-8 | 證띄쏭矣 | 111010001010110110001001111010111001110110000100111011001000111110101101111001111001111110100011 | e8ad89eb9d84ec8fade79fa3 |
UHC | 證띄쏭矣 | 1111000111111011101101101110011110111101111101101110101111111000 | f1fbb6e7bdf6ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)