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 | 俗壽俗壽^ | 100100011010110110011010111001101001000110101101100110101110011001011110 | 91ad9ae691ad9ae65e |
EUC-JP | 俗壽俗壽^ | 110000101010111111010100111010001100001010101111110101001110100001011110 | c2afd4e8c2afd4e85e |
UTF-8 | 俗壽俗壽^ | 11100100101111111001011111100101101000111011110111100100101111111001011111100101101000111011110101011110 | e4bf97e5a3bde4bf97e5a3bd5e |
UHC | 俗壽俗壽^ | 111000011101010011100001111110001110000111010100111000011111100001011110 | e1d4e1f8e1d4e1f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)