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 | 獄??謠?? | 1000110110010110001111110011111111100110100011110011111100111111 | 8d963f3fe68f3f3f |
| EUC-JP | 獄??謠?? | 1011100111110110001111110011111111101011111011110011111100111111 | b9f63f3febef3f3f |
| UTF-8 | 獄몃뙂謠ⓩ묾 | 111001111000110110000100111010111010101010000011111010111001100110000010111010001010110010100000111000101001001110101001111010111010110010111110 | e78d84ebaa83eb9982e8aca0e293a9ebacbe |
| UHC | 獄몃뙂謠ⓩ묾 | 111010001010101110111000111010111000110010001000111010011010101010101000111001101011100110110010 | e8abb8eb8c88e9aaa8e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)