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 | 1110010110000101111010010111111001000110 | e585e97e46 |
SJIS-WIN | ???~F | 0011111100111111001111110111111001000110 | 3f3f3f7e46 |
EUC-JP | å?é~F | 100011111010101110101001001111111000111110101011101100010111111001000110 | 8faba93f8fabb17e46 |
UTF-8 | å é~F | 1100001110100101110000101000010111000011101010010111111001000110 | c3a5c285c3a97e46 |
UHC | ???~F | 0011111100111111001111110111111001000110 | 3f3f3f7e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)