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 | ´Ý¹¬^ | 1011010011011101101110011010110001011110 | b4ddb9ac5e |
SJIS-WIN | ´??¬^ | 10000001010011000011111100111111100000011100101001011110 | 814c3f3f81ca5e |
EUC-JP | ´Ý?¬^ | 101000011010110110001111101010101111001000111111101000101100110001011110 | a1ad8faaf23fa2cc5e |
UTF-8 | ´Ý¹¬^ | 110000101011010011000011100111011100001010111001110000101010110001011110 | c2b4c39dc2b9c2ac5e |
UHC | ´?¹?^ | 10100010101001010011111110101001111101100011111101011110 | a2a53fa9f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)