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 | 10001111101110001111111001000010 | 8fb8fe42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | ?¸þB | 0011111110001111101000101011000110001111101010011101000001000010 | 3f8fa2b18fa9d042 |
UTF-8 | ¸þB | 11000010100011111100001010111000110000111011111001000010 | c28fc2b8c3be42 |
UHC | ?¸þB | 001111111010001010101100101010011010110101000010 | 3fa2aca9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)