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 | 蒸?義?? | 10001111111101100011111110001011011000000011111100111111 | 8ff63f8b603f3f |
| EUC-JP | 蒸?義?? | 10111110111110000011111110110101110000010011111100111111 | bef83fb5c13f3f |
| UTF-8 | 蒸렟義꿴렡 | 111010001001001010111000111010111010000010011111111001111011111010101001111010101011111110110100111010111010000010100001 | e892b8eba09fe7bea9eabfb4eba0a1 |
| UHC | 蒸렟義꿴렡 | 11110001111110101000111010110000111010111111100110110010111010011000111010110010 | f1fa8eb0ebf9b2e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)