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 | 媛?財 | 1001010101010001001111111000110111100000 | 95513f8de0 |
| EUC-JP | 媛?財 | 1100100110110010001111111011101011100010 | c9b23fbae2 |
| UTF-8 | 媛렦財 | 111001011010101010011011111010111010000010100110111010001011001010100001 | e5aa9beba0a6e8b2a1 |
| UHC | 媛렦財 | 111010101011000010001110101101011110111010101111 | eab08eb5eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)