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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 上キ邪B | 1000111111100011111100011000111010110111100011101101011101000010 | 8fe3f18eb78ed742 |
EUC-JP | 上?キ邪B | 1011111011100101001111111000111010110111101111001101100101000010 | bee53f8eb7bcd942 |
UTF-8 | 上キ邪B | 11100100101110001000101011101110100001001000100111101111101111011011011111101001100000101010101001000010 | e4b88aee8489efbdb7e982aa42 |
UHC | 上??邪B | 11011111101111100011111100111111110111101111011101000010 | dfbe3f3fdef742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)