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 | 110000101001011101001111011110011100001010010111010011110111100101000010 | c2974f79c2974f7942 |
EUC-JP | ツ涌yツ涌yB | 1000111011000010110011011011000001111001100011101100001011001101101100000111100101000010 | 8ec2cdb0798ec2cdb07942 |
UTF-8 | ツ涌yツ涌yB | 111011111011111010000010111001101011011010001100011110011110111110111110100000101110011010110110100011000111100101000010 | efbe82e6b68c79efbe82e6b68c7942 |
UHC | ?涌y?涌yB | 001111111110100110111111011110010011111111101001101111110111100101000010 | 3fe9bf793fe9bf7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)