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 | 10011100010001000101111001000110 | 9c445e46 |
SJIS-WIN | ?D^F | 00111111010001000101111001000110 | 3f445e46 |
EUC-JP | ?D^F | 00111111010001000101111001000110 | 3f445e46 |
UTF-8 | D^F | 1100001010011100010001000101111001000110 | c29c445e46 |
UHC | ?D^F | 00111111010001000101111001000110 | 3f445e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)