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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 考純g\ | 100011010110110010001111100000110110011101011100 | 8d6c8f83675c |
EUC-JP | 考純g\ | 101110011100110110111101111000110110011101011100 | b9cdbde3675c |
UTF-8 | 考純g\ | 1110100010000000100000111110011110110100100101000110011101011100 | e88083e7b494675c |
UHC | 考純g\ | 110011011100010111100010111011010110011101011100 | cdc5e2ed675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)