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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 約??僥 | 100101101111000100111111001111111001100101000110 | 96f13f3f9946 |
EUC-JP | 約??僥 | 110011001111001100111111001111111101000110100111 | ccf33f3fd1a7 |
UTF-8 | 約듣뮅僥 | 111001111011010010000100111010111001001110100011111010111010111010000101111001011000001110100101 | e7b484eb93a3ebae85e583a5 |
UHC | 約듣뮅僥 | 1110010110110011101101011110100010010010100101001110100011101001 | e5b3b5e89294e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)