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 | 10001111101100001111111001000010 | 8fb0fe42 |
SJIS-WIN | ?°?B | 0011111110000001100010110011111101000010 | 3f818b3f42 |
EUC-JP | ?°þB | 00111111101000011110101110001111101010011101000001000010 | 3fa1eb8fa9d042 |
UTF-8 | °þB | 11000010100011111100001010110000110000111011111001000010 | c28fc2b0c3be42 |
UHC | ?°þB | 001111111010000111000110101010011010110101000010 | 3fa1c6a9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)