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 | ´âÀÏ] | 1011010011100010110000001100111101011101 | b4e2c0cf5d |
SJIS-WIN | ´???] | 100000010100110000111111001111110011111101011101 | 814c3f3f3f5d |
EUC-JP | ´âÀÏ] | 101000011010110110001111101010111010010010001111101010101010001010001111101010101100000101011101 | a1ad8faba48faaa28faac15d |
UTF-8 | ´âÀÏ] | 110000101011010011000011101000101100001110000000110000111000111101011101 | c2b4c3a2c380c38f5d |
UHC | ´???] | 101000101010010100111111001111110011111101011101 | a2a53f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)