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 | 髢サ邇也イ・ | 111010011001011010111011111001111000111010010110111001111011001010100101 | e996bbe78e96e7b2a5 |
EUC-JP | 髢サ邇也イ・ | 111100011111011010001110101110111110110111101110110011001110100110001110101100101000111010100101 | f1f68ebbedeecce98eb28ea5 |
UTF-8 | 髢サ邇也イ・ | 111010011010101110100010111011111011110110111011111010011000001010000111111001001011100110011111111011111011110110110010111011111011110110100101 | e9aba2efbdbbe98287e4b99fefbdb2efbda5 |
UHC | ??邇也?? | 0011111100111111111011001100010011100101101001010011111100111111 | 3f3fecc4e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)