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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羂?喝 | 1110001110101110001111111000101010000101 | e3ae3f8a85 |
EUC-JP | 羂靘喝 | 11100110101100001000111111100111101101001011001111100101 | e6b08fe7b4b3e5 |
UTF-8 | 羂靘喝 | 111001111011111010000010111010011001110110011000111001011001011010011101 | e7be82e99d98e5969d |
UHC | ??喝 | 00111111001111111100101011100010 | 3f3fcae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)