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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 閠ウ{d | 1110100010000000101100110111101101100100 | e880b37b64 |
EUC-JP | 閠ウ{d | 111011111110000010001110101100110111101101100100 | efe08eb37b64 |
UTF-8 | 閠ウ{d | 1110100110010110101000001110111110111101101100110111101101100100 | e996a0efbdb37b64 |
UHC | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)