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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贓?淨瀧曼 | 111001101101100100111111100111111100010010010001111010111001100111010110 | e6d93f9fc491eb99d6 |
EUC-JP | 贓?淨瀧曼 | 111011001101101100111111110111101100011011000010111011011101001011011000 | ecdb3fdec6c2edd2d8 |
UTF-8 | 贓렪淨瀧曼 | 111010001011010010010011111010111010000010101010111001101011011110101000111001111000000010100111111001101001101110111100 | e8b493eba0aae6b7a8e780a7e69bbc |
UHC | 贓렪淨瀧曼 | 11101101111111001000111010111000111011111110010011010110111010011101100010111010 | edfc8eb8efe4d6e9d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)