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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 珀韲G | 1110000011011111111010001110110001000111 | e0dfe8ec47 |
EUC-JP | 珀韲G | 1110000011100001111100001110111001000111 | e0e1f0ee47 |
UTF-8 | 珀韲G | 11100111100011111000000011101001100111111011001001000111 | e78f80e99fb247 |
UHC | 珀?G | 11011010110101100011111101000111 | dad63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)