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 | 俑ョ?円?? | 100110001101101010000011100001110011111110001001011111100011111100111111 | 98da83873f897e3f3f |
EUC-JP | 俑ョ?円?? | 110100001101110010100101111001110011111110110001110111110011111100111111 | d0dca5e73fb1df3f3f |
UTF-8 | 俑ョ뿏円띰슁 | 111001001011111110010001111000111000001110100111111010111011111110001111111001011000011010000110111010111001110110110000111011001000101010000001 | e4bf91e383a7ebbf8fe58686eb9db0ec8a81 |
UHC | 俑ョ뿏円띰슁 | 111010011011010110101011111001111001011110010100111001011111011110110110111011111011110110110011 | e9b5abe79794e5f7b6efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)