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 | 驕乃^ | 1110100110000001100101000101010001011110 | e98194545e |
EUC-JP | 驕乃^ | 1111000111100001110001111011010101011110 | f1e1c7b55e |
UTF-8 | 驕乃^ | 11101001101010011001010111100100101110011000001101011110 | e9a995e4b9835e |
UHC | 驕乃^ | 1100111011110110110100101010110001011110 | cef6d2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)