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 | ??洩↑?? | 0011111100111111100010010110101110000001101010100011111100111111 | 3f3f896b81aa3f3f |
| EUC-JP | ??洩↑?? | 0011111100111111101100011100110010100010101011000011111100111111 | 3f3fb1cca2ac3f3f |
| UTF-8 | 청짙洩↑릉歷 | 111011001011001010101101111011001010011110011001111001101011010010101001111000101000011010010001111010111010011010001001111011111010011010001100 | ecb2adeca799e6b4a9e28691eba689efa68c |
| UHC | 청짙洩↑릉歷 | 110000111011101111000010101000111110000011011101101000011110100010111000101010101110011010111000 | c3bbc2a3e0dda1e8b8aae6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)