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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕ィ荳朱→ | 111010011000000110101000111001001011100010001110111010011000000110101000 | e981a8e4b88ee981a8 |
EUC-JP | 驕ィ荳朱→ | 11110001111000011000111010101000111010001011101010111100111010111010001010101010 | f1e18ea8e8babceba2aa |
UTF-8 | 驕ィ荳朱→ | 111010011010100110010101111011111011110110101000111010001000110110110011111001101001110010110001111000101000011010010010 | e9a995efbda8e88db3e69cb1e28692 |
UHC | 驕?荳朱→ | 110011101111011000111111110101001110010111110001101110011010000111100110 | cef63fd4e5f1b9a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)