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 | ºÔ\ | 101110101101010001011100 | bad45c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ºÔ\ | 10001111101000101110101110001111101010101101010001011100 | 8fa2eb8faad45c |
UTF-8 | ºÔ\ | 1100001010111010110000111001010001011100 | c2bac3945c |
UHC | º?\ | 10101000101011000011111101011100 | a8ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)