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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ツ魯iツ魯iB | 110000101001100001000100011010011100001010011000010001000110100101000010 | c2984469c298446942 |
EUC-JP | ツ魯iツ魯iB | 1000111011000010110011111010010101101001100011101100001011001111101001010110100101000010 | 8ec2cfa5698ec2cfa56942 |
UTF-8 | ツ魯iツ魯iB | 111011111011111010000010111010011010110110101111011010011110111110111110100000101110100110101101101011110110100101000010 | efbe82e9adaf69efbe82e9adaf6942 |
UHC | ?魯i?魯iB | 001111111101011011011011011010010011111111010110110110110110100101000010 | 3fd6db693fd6db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)