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 | ?承嘶觴 | 00111111100011111011001110011010011111001110011001011011 | 3f8fb39a7ce65b |
| EUC-JP | ?承嘶觴 | 00111111101111101011010111010011110111011110101110111100 | 3fbeb5d3ddebbc |
| UTF-8 | 媤承嘶觴 | 111001011010101010100100111001101000100110111111111001011001100010110110111010001010011110110100 | e5aaa4e689bfe598b6e8a7b4 |
| UHC | 媤承嘶觴 | 1110001110111000111000111010111111100011101101101101111111011000 | e3b8e3afe3b6dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)