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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鉚コ阮コB | 11100111111101001011101011101000100101101011101001000010 | e7f4bae896ba42 |
EUC-JP | 鉚コ阮コB | 111011101111011010001110101110101110111111110110100011101011101001000010 | eef68ebaeff68eba42 |
UTF-8 | 鉚コ阮コB | 11101001100010011001101011101111101111011011101011101001100110001010111011101111101111011011101001000010 | e9899aefbdbae998aeefbdba42 |
UHC | ??阮?B | 001111110011111111101000110101100011111101000010 | 3f3fe8d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)