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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蝣蝣蝣蝣B | 111001011010000011100101101000001110010110100000111001011010000001000010 | e5a0e5a0e5a0e5a042 |
EUC-JP | 蝣蝣蝣蝣B | 111010101010001011101010101000101110101010100010111010101010001001000010 | eaa2eaa2eaa2eaa242 |
UTF-8 | 蝣蝣蝣蝣B | 11101000100111011010001111101000100111011010001111101000100111011010001111101000100111011010001101000010 | e89da3e89da3e89da3e89da342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)