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 | 浴????? | 10010111100000010011111100111111001111110011111100111111 | 97813f3f3f3f3f |
| EUC-JP | 浴????? | 11001101111000010011111100111111001111110011111100111111 | cde13f3f3f3f3f |
| UTF-8 | 浴싩즯筽볢뮅 | 111001101011010110110100111011001000101110101001111011001010011010101111111001111010110110111101111010111011001110100010111010111010111010000101 | e6b5b4ec8ba9eca6afe7adbdebb3a2ebae85 |
| UHC | 浴싩즯筽볢뮅 | 111010011011000110011010111001111010001110000001111010001010010010010011111010001001001010010100 | e9b19ae7a381e8a493e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)