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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讖壱攜妤、驕 | 1110011010101001100010001110101110011101101101101111101010100100101001001110100110000001 | e6a988eb9db6faa4a4e981 |
EUC-JP | 讖壱攜妤、驕 | 11101100101010111011000011101101110110101011100010001111101110011010111110001110101001001111000111100001 | ecabb0eddab88fb9af8ea4f1e1 |
UTF-8 | 讖壱攜妤、驕 | 111010001010111010010110111001011010001110110001111001101001010010011100111001011010011010100100111011111011110110100100111010011010100110010101 | e8ae96e5a3b1e6949ce5a6a4efbda4e9a995 |
UHC | 讖????驕 | 1111001111011001001111110011111100111111001111111100111011110110 | f3d93f3f3f3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)