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 | 蔗視Ι | 111001001111001010001110100010111000001110100111 | e4f28e8b83a7 |
EUC-JP | 蔗視Ι | 111010001111010010111011111010111010011010101001 | e8f4bbeba6a9 |
UTF-8 | 蔗視Ι | 1110100010010100100101111110100010100110100101101100111010011001 | e89497e8a696ce99 |
UHC | 蔗視Ι | 111011011011110111100011110010101010010111001001 | edbde3caa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)