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 | 池?窪?齬 | 1001001001110010001111111000110001000101001111111110101010010111 | 92723f8c453fea97 |
EUC-JP | 池?窪?齬 | 1100001111010011001111111011011110100110001111111111001111110111 | c3d33fb7a63ff3f7 |
UTF-8 | 池렋窪렞齬 | 111001101011000110100000111010111010000010001011111001111010101010101010111010111010000010011110111010011011110110101100 | e6b1a0eba08be7aaaaeba09ee9bdac |
UHC | 池렋窪렞齬 | 11110010101011101000111010100010111010001100000110001110101011111110010111100001 | f2ae8ea2e8c18eafe5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)