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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜難セ頑イ | 1110100011101001100100111110111110111110100010101110011010110010 | e8e993efbe8ae6b2 |
EUC-JP | 韜難セ頑イ | 11110000111010111100011011110001100011101011111010110100111010001000111010110010 | f0ebc6f18ebeb4e88eb2 |
UTF-8 | 韜難セ頑イ | 111010011001111110011100111010011001101110100011111011111011110110111110111010011010000010010001111011111011110110110010 | e99f9ce99ba3efbdbee9a091efbdb2 |
UHC | 韜難?頑? | 1101010010110111110100011111000100111111111010001101011100111111 | d4b7d1f13fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)