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 | 11101000100001001011000111100101100111011010011001000010 | e884b1e59da642 |
EUC-JP | 閼ア蝮ヲB | 111011111110010010001110101100011110100111111101100011101010011001000010 | efe48eb1e9fd8ea642 |
UTF-8 | 閼ア蝮ヲB | 11101001100101101011110011101111101111011011000111101000100111011010111011101111101111011010011001000010 | e996bcefbdb1e89daeefbda642 |
UHC | 閼???B | 111001001101100100111111001111110011111101000010 | e4d93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)