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 | ???鳶?? | 00111111001111110011111110010011110011100011111100111111 | 3f3f3f93ce3f3f |
| EUC-JP | ???鳶?? | 00111111001111110011111111000110110100000011111100111111 | 3f3f3fc6d03f3f |
| UTF-8 | 劣삭겙鳶껆돱 | 111011111010011010011101111011001000001010101101111010101011001010011001111010011011001110110110111010101011101110000110111010111000111110110001 | efa69dec82adeab299e9b3b6eabb86eb8fb1 |
| UHC | 劣삭겙鳶껆돱 | 111001101110101110111011111010001000000110110000111001101110100110000011111001111000100110110100 | e6ebbbe881b0e6e983e789b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)