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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 蜥、髻イvB | 1110010110010010101001001110100110011111101100100111011001000010 | e592a4e99fb27642 |
EUC-JP | 蜥、髻イvB | 11101001111100101000111010100100111100101010000110001110101100100111011001000010 | e9f28ea4f2a18eb27642 |
UTF-8 | 蜥、髻イvB | 1110100010011100101001011110111110111101101001001110100110101011101110111110111110111101101100100111011001000010 | e89ca5efbda4e9abbbefbdb27642 |
UHC | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)