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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ワレムエ^ | 11011100110110101101000110110100111100111110000001011110 | dcdad1b4f3e05e |
EUC-JP | ワレムエ?^ | 10001110110111001000111011011010100011101101000110001110101101000011111101011110 | 8edc8eda8ed18eb43f5e |
UTF-8 | ワレムエ^ | 11101111101111101001110011101111101111101001101011101111101111101001000111101111101111011011010011101110100010111001001101011110 | efbe9cefbe9aefbe91efbdb4ee8b935e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)