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 | êOäq | 11101010010011111110010001110001 | ea4fe471 |
SJIS-WIN | ?O?q | 00111111010011110011111101110001 | 3f4f3f71 |
EUC-JP | êOäq | 1000111110101011101101000100111110001111101010111010001101110001 | 8fabb44f8faba371 |
UTF-8 | êOäq | 110000111010101001001111110000111010010001110001 | c3aa4fc3a471 |
UHC | ?O?q | 00111111010011110011111101110001 | 3f4f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)