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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| UTF-8 | 裂┧듭젻隸뉙뒑 | 111011111010011010100000111000101001010010100111111010111001001110101101111011001010000010111011111011111010011010111000111010111000100110011001111010111001001010010001 | efa6a0e294a7eb93adeca0bbefa6b8eb8999eb9291 |
| UHC | 裂┧듭젻隸뉙뒑 | 1110011011110001101001101100111010110101111011001010000010101110111001111110011010000111111011011000101010001110 | e6f1a6ceb5eca0aee7e687ed8a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)