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 | 冗スァ鵆 | 100011111110011110111101101001111110100111111011 | 8fe7bda7e9fb |
EUC-JP | 冗スァ鵆 | 1011111011101001100011101011110110001110101001111111001011111101 | bee98ebd8ea7f2fd |
UTF-8 | 冗スァ鵆 | 111001011000011010010111111011111011110110111101111011111011110110100111111010011011010110000110 | e58697efbdbdefbda7e9b586 |
UHC | 冗??? | 1110100110110111001111110011111100111111 | e9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)