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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賈鬣泯 | 111001101100100111101001101001011001111110100001 | e6c9e9a59fa1 |
EUC-JP | 賈鬣泯 | 111011001100101111110010101001111101111010100011 | eccbf2a7dea3 |
UTF-8 | 賈鬣泯 | 111010001011001110001000111010011010110010100011111001101011001110101111 | e8b388e9aca3e6b3af |
UHC | 賈?泯 | 1100101010111001001111111101101011000110 | cab93fdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)