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 | 墻ョ?円?? | 100110101101010010000011100001110011111110001001011111100011111100111111 | 9ad483873f897e3f3f |
EUC-JP | 墻ョ?円?? | 110101001101011010100101111001110011111110110001110111110011111100111111 | d4d6a5e73fb1df3f3f |
UTF-8 | 墻ョ뿏円띰슁 | 111001011010001010111011111000111000001110100111111010111011111110001111111001011000011010000110111010111001110110110000111011001000101010000001 | e5a2bbe383a7ebbf8fe58686eb9db0ec8a81 |
UHC | 墻ョ뿏円띰슁 | 111011011101111110101011111001111001011110010100111001011111011110110110111011111011110110110011 | eddfabe79794e5f7b6efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)