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 | 澈エ鮑タ | 111110110100101110110100111010011011100011000000 | fb4bb4e9b8c0 |
EUC-JP | 澈エ鮑タ | 100011111100100011100101100011101011010011110010101110101000111011000000 | 8fc8e58eb4f2ba8ec0 |
UTF-8 | 澈エ鮑タ | 111001101011111010001000111011111011110110110100111010011010111010010001111011111011111010000000 | e6be88efbdb4e9ae91efbe80 |
UHC | 澈?鮑? | 111101001100110100111111111110001110101000111111 | f4cd3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)