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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驗疋驗疋^ | 111010011000010010010101010001001110100110000100100101010100010001011110 | e9849544e98495445e |
EUC-JP | 驗疋驗疋^ | 111100011110010011001001101001011111000111100100110010011010010101011110 | f1e4c9a5f1e4c9a55e |
UTF-8 | 驗疋驗疋^ | 11101001101010011001011111100111100101101000101111101001101010011001011111100111100101101000101101011110 | e9a997e7968be9a997e7968b5e |
UHC | 驗疋驗疋^ | 111110101101000011111001101101011111101011010000111110011011010101011110 | fad0f9b5fad0f9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)