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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
| EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
| UTF-8 | 遼꿨킂徇붺괵 | 111011111010011110000011111010101011111110101000111011011000001010000010111001011011111010000111111010111011011010111010111010101011010010110101 | efa783eabfa8ed8282e5be87ebb6baeab4b5 |
| UHC | 遼꿨킂徇붺괵 | 111010011010110010110010111001011011010010001110111000101101111110010100111001111011000110101100 | e9acb2e5b48ee2df94e7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)