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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | テ・テ可徇^ | 1100001110100101110000111000100111000010100111000110110101011110 | c3a5c389c29c6d5e |
EUC-JP | テ・テ可徇^ | 1000111011000011100011101010010110001110110000111011001011000100110101111100111001011110 | 8ec38ea58ec3b2c4d7ce5e |
UTF-8 | テ・テ可徇^ | 11101111101111101000001111101111101111011010010111101111101111101000001111100101100011111010111111100101101111101000011101011110 | efbe83efbda5efbe83e58fafe5be875e |
UHC | ???可徇^ | 0011111100111111001111111100101010100110111000101101111101011110 | 3f3f3fcaa6e2df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)