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 | 110000101001001001000000011110011100001010010010010000000111100101000010 | c2924079c292407942 |
EUC-JP | ツ叩yツ叩yB | 1000111011000010110000111010000101111001100011101100001011000011101000010111100101000010 | 8ec2c3a1798ec2c3a17942 |
UTF-8 | ツ叩yツ叩yB | 111011111011111010000010111001011000111110101001011110011110111110111110100000101110010110001111101010010111100101000010 | efbe82e58fa979efbe82e58fa97942 |
UHC | ?叩y?叩yB | 001111111100110110110000011110010011111111001101101100000111100101000010 | 3fcdb0793fcdb07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)