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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豢ゥ髫矩嚥 | 111001101011010010101001111010011001101010001011111010011001101010001011 | e6b4a9e99a8be99a8b |
EUC-JP | 豢ゥ髫矩嚥 | 11101100101101101000111010101001111100011111101010110110111010111101001111101011 | ecb68ea9f1fab6ebd3eb |
UTF-8 | 豢ゥ髫矩嚥 | 111010001011000110100010111011111011110110101001111010011010101110101011111001111001111110101001111001011001101010100101 | e8b1a2efbda9e9ababe79fa9e59aa5 |
UHC | ???矩嚥 | 00111111001111110011111111001111101110111110011010111111 | 3f3f3fcfbbe6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)