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 | 尺質璽 | 1111000010111110100011101101101010001110101111111000111010100011 | f0be8eda8ebf8ea3 |
EUC-JP | ?尺質璽 | 00111111101111001101110010111100110000011011110010100101 | 3fbcdcbcc1bca5 |
UTF-8 | 尺質璽 | 111011101000000110111101111001011011000010111010111010001011001110101010111001111001001010111101 | ee81bde5b0bae8b3aae792bd |
UHC | ?尺質璽 | 00111111111101001010100111110010111101011101111111011110 | 3ff4a9f2f5dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)