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 | 檍??游?? | 1001111011111000001111110011111110011111111000000011111100111111 | 9ef83f3f9fe03f3f |
| EUC-JP | 檍??游?? | 1101110011111010001111110011111111011110111000100011111100111111 | dcfa3f3fdee23f3f |
| UTF-8 | 檍됱쉸游븝쭛 | 111001101010101010001101111010111001000010110001111011001000100110111000111001101011100010111000111010111011100010011101111011001010110110011011 | e6aa8deb90b1ec89b8e6b8b8ebb89decad9b |
| UHC | 檍됱쉸游븝쭛 | 111001011110010110001001111011001001101010001110111010101111110110111010111011111010011110010001 | e5e589ec9a8eeafdbaefa791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)