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 | 邇雅キゎ堪 | 111001111000111010001001111010111011011110000010111011001000101010101100 | e78e89ebb782ec8aac |
| EUC-JP | 邇雅キゎ堪 | 11101101111011101011001011101101100011101011011110100100111011101011010010101110 | edeeb2ed8eb7a4eeb4ae |
| UTF-8 | 邇雅キゎ堪 | 111010011000001010000111111010011001101110000101111011111011110110110111111000111000001010001110111001011010000010101010 | e98287e99b85efbdb7e3828ee5a0aa |
| UHC | 邇雅?ゎ堪 | 111011001100010011100100101110100011111110101010111011101100101011101101 | ecc4e4ba3faaeecaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)