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 | æ´ä | 1110011010000010100010011000101110000010101101001110010010010000 | e682898b82b4e490 |
SJIS-WIN | ?????´?? | 001111110011111100111111001111110011111110000001010011000011111100111111 | 3f3f3f3f3f814c3f3f |
EUC-JP | æ????´ä? | 10001111101010011100000100111111001111110011111100111111101000011010110110001111101010111010001100111111 | 8fa9c13f3f3f3fa1ad8faba33f |
UTF-8 | æ´ä | 11000011101001101100001010000010110000101000100111000010100010111100001010000010110000101011010011000011101001001100001010010000 | c3a6c282c289c28bc282c2b4c3a4c290 |
UHC | æ????´?? | 10101001101000010011111100111111001111110011111110100010101001010011111100111111 | a9a13f3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)