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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驤ャ邇也イ・ | 111010011000100010101100111001111000111010010110111001111011001010100101 | e988ace78e96e7b2a5 |
EUC-JP | 驤ャ邇也イ・ | 111100011110100010001110101011001110110111101110110011001110100110001110101100101000111010100101 | f1e88eacedeecce98eb28ea5 |
UTF-8 | 驤ャ邇也イ・ | 111010011010100110100100111011111011110110101100111010011000001010000111111001001011100110011111111011111011110110110010111011111011110110100101 | e9a9a4efbdace98287e4b99fefbdb2efbda5 |
UHC | ??邇也?? | 0011111100111111111011001100010011100101101001010011111100111111 | 3f3fecc4e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)