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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 燾ユ軋 | 1111101101011010110101011110011101100001 | fb5ad5e761 |
| EUC-JP | 燾ユ軋 | 10001111110010101011110110001110110101011110110111000010 | 8fcabd8ed5edc2 |
| UTF-8 | 燾ユ軋 | 111001111000011110111110111011111011111010010101111010001011101110001011 | e787beefbe95e8bb8b |
| UHC | 燾?軋 | 1101010010100111001111111110010011011000 | d4a73fe4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)