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 | ·»É | 101101111011101111001001 | b7bbc9 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??É | 0011111100111111100011111010101010110001 | 3f3f8faab1 |
UTF-8 | ·»É | 110000101011011111000010101110111100001110001001 | c2b7c2bbc389 |
UHC | ·?? | 10100001101001000011111100111111 | a1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)