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 | æßå¿ | 111001101101111110010000111001011011111110011000 | e6df90e5bf98 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æß?å¿? | 1000111110101001110000011000111110101001110011100011111110001111101010111010100110001111101000101100010000111111 | 8fa9c18fa9ce3f8faba98fa2c43f |
UTF-8 | æßå¿ | 110000111010011011000011100111111100001010010000110000111010010111000010101111111100001010011000 | c3a6c39fc290c3a5c2bfc298 |
UHC | æß??¿? | 101010011010000110101001101011000011111100111111101000101010111100111111 | a9a1a9ac3f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)