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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ツ湘εウ@h | 1100001010001111110000111000001111000011101100110100000001101000 | c28fc383c3b34068 |
EUC-JP | ツ湘εウ@h | 10001110110000101011111011000101101001101100010110001110101100110100000001101000 | 8ec2bec5a6c58eb34068 |
UTF-8 | ツ湘εウ@h | 11101111101111101000001011100110101110011001100011001110101101011110111110111101101100110100000001101000 | efbe82e6b998ceb5efbdb34068 |
UHC | ?湘ε?@h | 0011111111011111110011111010010111100101001111110100000001101000 | 3fdfcfa5e53f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)