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 | 要??釗? | 10010111011101100011111100111111111110111011101100111111 | 97763f3ffbbb3f |
| EUC-JP | 要??釗? | 1100110111010111001111110011111110001111111000111010011000111111 | cdd73f3f8fe3a63f |
| UTF-8 | 要⒴퉿釗짞 | 111010001010011010000001111000101001001010110100111011011000100110111111111010011000011110010111111011001010011110011110 | e8a681e292b4ed89bfe98797eca79e |
| UHC | 要⒴퉿釗짞 | 11101001101010011010100111100101101110011001011111100001111100101010010001000001 | e9a9a9e5b997e1f2a441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)