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 | 礁ス遮曺ト | 1000111111001010101111011000111011010101111110101101111011000100 | 8fcabd8ed5fadec4 |
| EUC-JP | 礁ス遮曺ト | 1011111011001100100011101011110110111100110101111000111111000010111011011000111011000100 | becc8ebdbcd78fc2ed8ec4 |
| UTF-8 | 礁ス遮曺ト | 111001111010010010000001111011111011110110111101111010011000000110101110111001101001101110111010111011111011111010000100 | e7a481efbdbde981aee69bbaefbe84 |
| UHC | 礁?遮曺? | 1111010110100111001111111111001110110100111100001100011000111111 | f5a73ff3b4f0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)