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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 寓?索B | 100010111111010100111111100011011111010101000010 | 8bf53f8df542 |
EUC-JP | 寓?索B | 101101101111011100111111101110101111011101000010 | b6f73fbaf742 |
UTF-8 | 寓섋索B | 11100101101011111001001111101100100001001000101111100111101101001010001001000010 | e5af93ec848be7b4a242 |
UHC | 寓섋索B | 11101001110101011001100011101000110111111110001101000010 | e9d598e8dfe342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)