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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 滸捧?? | 100111111111010110010101111110010011111100111111 | 9ff595f93f3f |
| EUC-JP | 滸捧?醱 | 1101111011110111110010101111101100111111100011111110001011110111 | def7cafb3f8fe2f7 |
| UTF-8 | 滸捧렗醱 | 111001101011101110111000111001101000110110100111111010111010000010010111111010011000011010110001 | e6bbb8e68da7eba097e986b1 |
| UHC | 滸捧렗醱 | 1111101111001010110111001110100110001110101011001101101110100011 | fbcadce98eacdba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)