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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 午????^ | 10001100110111110011111100111111001111110011111101011110 | 8cdf3f3f3f3f5e |
| EUC-JP | 午??沅?^ | 101110001110000100111111001111111000111111000110111010010011111101011110 | b8e13f3f8fc6e93f5e |
| UTF-8 | 午쎈맕沅쫢^ | 11100101100011011000100011101100100011101000100011101011101001111001010111100110101100101000010111101100101010111010001001011110 | e58d88ec8e88eba795e6b285ecaba25e |
| UHC | 午쎈맕沅쫢^ | 1110011111101101101111011110101110010000101001111110101010110110101001100111010101011110 | e7edbdeb90a7eab6a6755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)