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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 醴겼릦凉쪩 | 111011111010011010110111111010101011001010111100111010111010011010100110111011111010010110111001111011001010101010101001 | efa6b7eab2bceba6a6efa5b9ecaaa9 |
| UHC | 醴겼릦凉쪩 | 11100111111001001011000011100101100100001000100011100101101111001010011001000010 | e7e4b0e59088e5bca642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)