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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 齧攝^ | 1110101010010110100111011001000001011110 | ea969d905e |
EUC-JP | 齧攝^ | 1111001111110110110110011111000001011110 | f3f6d9f05e |
UTF-8 | 齧攝^ | 11101001101111011010011111100110100101001001110101011110 | e9bda7e6949d5e |
UHC | 齧攝^ | 1110000011100101111000001110111001011110 | e0e5e0ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)