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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 族?牝B | 100100011011000000111111100101101100010001000010 | 91b03f96c442 |
EUC-JP | 族?牝B | 110000101011001000111111110011001100011001000010 | c2b23fccc642 |
UTF-8 | 族꿱牝B | 11100110100101111000111111101010101111111011000111100111100010011001110101000010 | e6978feabfb1e7899d42 |
UHC | 族꿱牝B | 11110000111010011011001011101000110111101011011001000010 | f0e9b2e8deb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)