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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?責湘 | 0011111110010000110100111000111111000011 | 3f90d38fc3 |
EUC-JP | 棅責湘 | 10001111110000111111101111000000110101011011111011000101 | 8fc3fbc0d5bec5 |
UTF-8 | 棅責湘 | 111001101010001110000101111010001011001010101100111001101011100110011000 | e6a385e8b2ace6b998 |
UHC | 棅責湘 | 110111001011100011110100101000011101111111001111 | dcb8f4a1dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)