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 | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 墻??B | 1001101011010100001111110011111101000010 | 9ad43f3f42 |
EUC-JP | 墻®?B | 11010100110101101000111110100010111011100011111101000010 | d4d68fa2ee3f42 |
UTF-8 | 墻®댚B | 111001011010001010111011110000101010111011101011100011001001101001000010 | e5a2bbc2aeeb8c9a42 |
UHC | 墻®댚B | 11101101110111111010001011100111100010001011111001000010 | eddfa2e788be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)