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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鈺??也 | 111110111100010000111111001111111001011011100111 | fbc43f3f96e7 |
| EUC-JP | 鈺?Ŧ也 | 100011111110001111010101001111111000111110101001101011111100110011101001 | 8fe3d53f8fa9afcce9 |
| UTF-8 | 鈺됬Ŧ也 | 1110100110001000101110101110101110010000101011001100010110100110111001001011100110011111 | e988baeb90acc5a6e4b99f |
| UHC | 鈺됬Ŧ也 | 1110100010101101100010011110011110101000101011101110010110100101 | e8ad89e7a8aee5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)