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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻ヨ?畏?? | 100110101101010010000011100010000011111110001000110110000011111100111111 | 9ad483883f88d83f3f |
EUC-JP | 墻ヨ?畏?? | 110101001101011010100101111010000011111110110000110110100011111100111111 | d4d6a5e83fb0da3f3f |
UTF-8 | 墻ヨ나畏뱄슐 | 111001011010001010111011111000111000001110101000111010111000001010011000111001111001010110001111111010111011000110000100111011001000101010010000 | e5a2bbe383a8eb8298e7958febb184ec8a90 |
UHC | 墻ヨ나畏뱄슐 | 111011011101111110101011111010001011001110101010111010001110011010111001111011111011110110110110 | eddfabe8b3aae8e6b9efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)