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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬯倬洌 | 111010011010110010011000111010011001111110101110 | e9ac98e99fae |
EUC-JP | 鬯倬洌 | 111100101010111011010000111010111101111010110000 | f2aed0ebdeb0 |
UTF-8 | 鬯倬洌 | 111010011010110010101111111001011000000010101100111001101011010010001100 | e9acafe580ace6b48c |
UHC | ?倬洌 | 0011111111110110111100001101011010101100 | 3ff6f0d6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)