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 | 1001011101001111111010001110101101111001100101110100111111101000111010110111100101000010 | 974fe8eb79974fe8eb7942 |
EUC-JP | 涌齏y涌齏yB | 1100110110110000111100001110110101111001110011011011000011110000111011010111100101000010 | cdb0f0ed79cdb0f0ed7942 |
UTF-8 | 涌齏y涌齏yB | 111001101011011010001100111010011011110110001111011110011110011010110110100011001110100110111101100011110111100101000010 | e6b68ce9bd8f79e6b68ce9bd8f7942 |
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)