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 | 蜈ょぎ | 111001011000010110000010111001011000001010101100 | e58582e582ac |
| EUC-JP | 蜈ょぎ | 111010011110010110100100111001111010010010101110 | e9e5a4e7a4ae |
| UTF-8 | 蜈ょぎ | 111010001001110010001000111000111000001010000111111000111000000110001110 | e89c88e38287e3818e |
| UHC | 蜈ょぎ | 111010001010010110101010111001111010101010101110 | e8a5aae7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)