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 | c⯠| 10010111011000111110001010101111 | 9763e2af |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | ?c⯠| 0011111101100011100011111010101110100100100011111010001010110100 | 3f638faba48fa2b4 |
UTF-8 | c⯠| 11000010100101110110001111000011101000101100001010101111 | c29763c3a2c2af |
UHC | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)