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 | 髦ョ蟶ク鬲 | 1110100110011000101011101110010110111000101110001110100110101101 | e998aee5b8b8e9ad |
| EUC-JP | 髦ョ蟶ク鬲 | 11110001111110001000111010101110111010101011101010001110101110001111001010101111 | f1f88eaeeaba8eb8f2af |
| UTF-8 | 髦ョ蟶ク鬲 | 111010011010101110100110111011111011110110101110111010001001111110110110111011111011110110111000111010011010110010110010 | e9aba6efbdaee89fb6efbdb8e9acb2 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)