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 | å^Då^D^ | 11100101010111100100010011100101010111100100010001011110 | e55e44e55e445e |
SJIS-WIN | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
EUC-JP | å^Då^D^ | 1000111110101011101010010101111001000100100011111010101110101001010111100100010001011110 | 8faba95e448faba95e445e |
UTF-8 | å^Då^D^ | 110000111010010101011110010001001100001110100101010111100100010001011110 | c3a55e44c3a55e445e |
UHC | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)