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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 証証^ | 100011111101100011111000010110111000111111011000111110000101101101011110 | 8fd8f85b8fd8f85b5e |
EUC-JP | 証?証?^ | 10111110110110100011111110111110110110100011111101011110 | beda3fbeda3f5e |
UTF-8 | 証証^ | 11101000101010001011110011101110100101111011101111101000101010001011110011101110100101111011101101011110 | e8a8bcee97bbe8a8bcee97bb5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)