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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 澈革^ | 1111101101001011100010100111011001011110 | fb4b8a765e |
EUC-JP | 澈革^ | 100011111100100011100101101100111101011101011110 | 8fc8e5b3d75e |
UTF-8 | 澈革^ | 11100110101111101000100011101001100111011010100101011110 | e6be88e99da95e |
UHC | 澈革^ | 1111010011001101111110101101010001011110 | f4cdfad45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)