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 | 貭詢貭詢^ | 111001101100001011100110011011011110011011000010111001100110110101011110 | e6c2e66de6c2e66d5e |
EUC-JP | 貭詢貭詢^ | 111011001100010011101011110011101110110011000100111010111100111001011110 | ecc4ebceecc4ebce5e |
UTF-8 | 貭詢貭詢^ | 11101000101100101010110111101000101010011010001011101000101100101010110111101000101010011010001001011110 | e8b2ade8a9a2e8b2ade8a9a25e |
UHC | ?詢?詢^ | 00111111111000101111001100111111111000101111001101011110 | 3fe2f33fe2f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)