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 | 業??偃?? | 1000101111000110001111110011111110011000111011100011111100111111 | 8bc63f3f98ee3f3f |
| EUC-JP | 業??偃?? | 1011011011001000001111110011111111010000111100000011111100111111 | b6c83f3fd0f03f3f |
| UTF-8 | 業딅젙偃덁퐜 | 111001101010010110101101111010111001010010000101111011001010000010011001111001011000000110000011111010111000110110000001111011011001000010011100 | e6a5adeb9485eca099e58183eb8d81ed909c |
| UHC | 業딅젙偃덁퐜 | 111001011111011010001010111010111010000010010101111001011110011110001000111001001011110110000110 | e5f68aeba095e5e788e4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)