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 | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | ツ論}iツ論}iB | 1100001010011000010111110111110101101001110000101001100001011111011111010110100101000010 | c2985f7d69c2985f7d6942 |
EUC-JP | ツ論}iツ論}iB | 10001110110000101100111111000000011111010110100110001110110000101100111111000000011111010110100101000010 | 8ec2cfc07d698ec2cfc07d6942 |
UTF-8 | ツ論}iツ論}iB | 1110111110111110100000101110100010101011100101100111110101101001111011111011111010000010111010001010101110010110011111010110100101000010 | efbe82e8ab967d69efbe82e8ab967d6942 |
UHC | ?論}i?論}iB | 0011111111010110111001010111110101101001001111111101011011100101011111010110100101000010 | 3fd6e57d693fd6e57d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)