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 | ??ZVh??ZV | 001111110011111101011010010101100110100000111111001111110101101001010110 | 3f3f5a56683f3f5a56 |
SJIS-WIN | テァZVhテァZV | 110000111010011101011010010101100110100011000011101001110101101001010110 | c3a75a5668c3a75a56 |
EUC-JP | テァZVhテァZV | 10001110110000111000111010100111010110100101011001101000100011101100001110001110101001110101101001010110 | 8ec38ea75a56688ec38ea75a56 |
UTF-8 | テァZVhテァZV | 1110111110111110100000111110111110111101101001110101101001010110011010001110111110111110100000111110111110111101101001110101101001010110 | efbe83efbda75a5668efbe83efbda75a56 |
UHC | ??ZVh??ZV | 001111110011111101011010010101100110100000111111001111110101101001010110 | 3f3f5a56683f3f5a56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)