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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 們?\ | 10011000111011000011111101011100 | 98ec3f5c |
EUC-JP | 們?\ | 11010000111011100011111101011100 | d0ee3f5c |
UTF-8 | 們쯔\ | 11100101100000001001000111101100101011111001010001011100 | e58091ecaf945c |
UHC | 們쯔\ | 1101100111111010110000101110101001011100 | d9fac2ea5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)