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 | éèå¤ | 111010011000011110001011111010001001011010011011111001011010010010010101 | e9878be8969be5a495 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | é??è??å¤? | 1000111110101011101100010011111100111111100011111010101110110010001111110011111110001111101010111010100110001111101000101111000000111111 | 8fabb13f3f8fabb23f3f8faba98fa2f03f |
UTF-8 | éèå¤ | 110000111010100111000010100001111100001010001011110000111010100011000010100101101100001010011011110000111010010111000010101001001100001010010101 | c3a9c287c28bc3a8c296c29bc3a5c2a4c295 |
UHC | ???????¤? | 00111111001111110011111100111111001111110011111100111111101000101011010000111111 | 3f3f3f3f3f3f3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)