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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?承 | 001111111000111110110011 | 3f8fb3 |
EUC-JP | ?承 | 001111111011111010110101 | 3fbeb5 |
UTF-8 | 굿承 | 111010101011010110111111111001101000100110111111 | eab5bfe689bf |
UHC | 굿承 | 10110001110000101110001110101111 | b1c2e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)