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 | 墻??猥η? | 100110101101010000111111001111111110000011001110100000111100010100111111 | 9ad43f3fe0ce83c53f |
EUC-JP | 墻??猥η? | 110101001101011000111111001111111110000011010000101001101100011100111111 | d4d63f3fe0d0a6c73f |
UTF-8 | 墻멱나猥η뮵 | 1110010110100010101110111110101110101001101100011110101110000010100110001110011110001100101001011100111010110111111010111010111010110101 | e5a2bbeba9b1eb8298e78ca5ceb7ebaeb5 |
UHC | 墻멱나猥η뮵 | 111011011101111110111000111010001011001110101010111010001110010110100101111001111001001010111101 | eddfb8e8b3aae8e5a5e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)