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 | ????η | 001111110011111100111111001111111000001111000101 | 3f3f3f3f83c5 |
EUC-JP | ????η | 001111110011111100111111001111111010011011000111 | 3f3f3f3fa6c7 |
UTF-8 | 列쒐맳列η | 1110111110100110100111001110110010010010100100001110101110100111101100111110111110100110100111001100111010110111 | efa69cec9290eba7b3efa69cceb7 |
UHC | 列쒐맳列η | 11100110111010101001110011100111100100001011101011100110111010101010010111100111 | e6ea9ce790bae6eaa5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)