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 | ? | 00111111 | 3f |
SJIS-WIN | 丙 | 1001010110111000 | 95b8 |
EUC-JP | 丙 | 1100101010111010 | caba |
UTF-8 | 丙 | 111001001011100010011001 | e4b899 |
UHC | 丙 | 1101110010110000 | dcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)