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 | ???倚② | 00111111001111110011111110011000110111111000011101000001 | 3f3f3f98df8741 |
EUC-JP | ???倚? | 001111110011111100111111110100001110000100111111 | 3f3f3fd0e13f |
UTF-8 | 濾곌쑨倚② | 111011111010011010000100111010101011001110001100111011001001000110101000111001011000000010011010111000101001000110100001 | efa684eab38cec91a8e5809ae291a1 |
UHC | 濾곌쑨倚② | 11100110101001001011000011101010101111101010011111101011111011111010100011101000 | e6a4b0eabea7ebefa8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)