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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 涌韈y涌韈yB | 1001011101001111111010001110011101111001100101110100111111101000111001110111100101000010 | 974fe8e779974fe8e77942 |
EUC-JP | 涌韈y涌韈yB | 1100110110110000111100001110100101111001110011011011000011110000111010010111100101000010 | cdb0f0e979cdb0f0e97942 |
UTF-8 | 涌韈y涌韈yB | 111001101011011010001100111010011001111110001000011110011110011010110110100011001110100110011111100010000111100101000010 | e6b68ce99f8879e6b68ce99f887942 |
UHC | 涌?y涌?yB | 111010011011111100111111011110011110100110111111001111110111100101000010 | e9bf3f79e9bf3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)