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 | ´âFÀÏv | 101101001110001001000110110000001100111101110110 | b4e246c0cf76 |
SJIS-WIN | ´?F??v | 10000001010011000011111101000110001111110011111101110110 | 814c3f463f3f76 |
EUC-JP | ´âFÀÏv | 10100001101011011000111110101011101001000100011010001111101010101010001010001111101010101100000101110110 | a1ad8faba4468faaa28faac176 |
UTF-8 | ´âFÀÏv | 11000010101101001100001110100010010001101100001110000000110000111000111101110110 | c2b4c3a246c380c38f76 |
UHC | ´?F??v | 10100010101001010011111101000110001111110011111101110110 | a2a53f463f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)