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 | 甑?咳??? | 1000110110011001001111111000101001010000001111110011111100111111 | 8d993f8a503f3f3f |
| EUC-JP | 甑?咳??? | 1011100111111001001111111011001110110001001111110011111100111111 | b9f93fb3b13f3f3f |
| UTF-8 | 甑렋咳漏렍렒 | 111001111001010010010001111010111010000010001011111001011001001010110011111011111010010110001110111010111010000010001101111010111010000010010010 | e79491eba08be592b3efa58eeba08deba092 |
| UHC | 甑렋咳漏렍렒 | 111100011111011110001110101000101111101010100110110100101110100010001110101000111000111010100111 | f1f78ea2faa6d2e88ea38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)