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 | ????e? | 00111111001111110011111100111111100000101000010100111111 | 3f3f3f3f82853f |
| EUC-JP | 獒???e? | 100011111100101110111011001111110011111100111111101000111110010100111111 | 8fcbbb3f3f3fa3e53f |
| UTF-8 | 獒뱄슘遼e뎰 | 111001111000110110010010111010111011000110000100111011001000101010011000111011111010011110000011111011111011110110000101111010111000111010110000 | e78d92ebb184ec8a98efa783efbd85eb8eb0 |
| UHC | 獒뱄슘遼e뎰 | 111010001010001110111001111011111011110110110111111010011010110010100011111001011000100110000011 | e8a3b9efbdb7e9aca3e58983 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)