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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 驕比ソ猷] | 1110100110000001100101001110010010111111100101110101000101011101 | e98194e4bf97515d |
EUC-JP | 驕比ソ猷] | 111100011110000111001000111001101000111010111111110011011011001001011101 | f1e1c8e68ebfcdb25d |
UTF-8 | 驕比ソ猷] | 11101001101010011001010111100110101011111001010011101111101111011011111111100111100011001011011101011101 | e9a995e6af94efbdbfe78cb75d |
UHC | 驕比?猷] | 1100111011110110110111011110111100111111111010111010001101011101 | cef6ddef3feba35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)