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 | ¾®D | 101111101010111001000100 | beae44 |
SJIS-WIN | ??D | 001111110011111101000100 | 3f3f44 |
EUC-JP | ?®D | 0011111110001111101000101110111001000100 | 3f8fa2ee44 |
UTF-8 | ¾®D | 1100001010111110110000101010111001000100 | c2bec2ae44 |
UHC | ¾®D | 1010100011111010101000101110011101000100 | a8faa2e744 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)