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 | º¤¢Ü | 10111010101001001010001011011100 | baa4a2dc |
SJIS-WIN | ??¢? | 0011111100111111100000011001000100111111 | 3f3f81913f |
EUC-JP | º¤¢Ü | 1000111110100010111010111000111110100010111100001010000111110001100011111010101011100100 | 8fa2eb8fa2f0a1f18faae4 |
UTF-8 | º¤¢Ü | 1100001010111010110000101010010011000010101000101100001110011100 | c2bac2a4c2a2c39c |
UHC | º¤?? | 101010001010110010100010101101000011111100111111 | a8aca2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)