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^F | 10010111011001000101111001000110 | 97645e46 |
SJIS-WIN | ?d^F | 00111111011001000101111001000110 | 3f645e46 |
EUC-JP | ?d^F | 00111111011001000101111001000110 | 3f645e46 |
UTF-8 | d^F | 1100001010010111011001000101111001000110 | c297645e46 |
UHC | ?d^F | 00111111011001000101111001000110 | 3f645e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)