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 | 110000101000111101000000011010011100001010001111010000000110100101000010 | c28f4069c28f406942 |
EUC-JP | ツ宗iツ宗iB | 1000111011000010101111011010000101101001100011101100001010111101101000010110100101000010 | 8ec2bda1698ec2bda16942 |
UTF-8 | ツ宗iツ宗iB | 111011111011111010000010111001011010111010010111011010011110111110111110100000101110010110101110100101110110100101000010 | efbe82e5ae9769efbe82e5ae976942 |
UHC | ?宗i?宗iB | 001111111111000011110011011010010011111111110000111100110110100101000010 | 3ff0f3693ff0f36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)