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 | ?Zo?Ec | 001111110101101001101111001111110100010101100011 | 3f5a6f3f4563 |
SJIS-WIN | ?Zo?Ec | 001111110101101001101111001111110100010101100011 | 3f5a6f3f4563 |
EUC-JP | ?Zo?Ec | 001111110101101001101111001111110100010101100011 | 3f5a6f3f4563 |
UTF-8 | 혪Zo혪Ec | 11101101100110001010101001011010011011111110110110011000101010100100010101100011 | ed98aa5a6fed98aa4563 |
UHC | 혪Zo혪Ec | 1100001010010010010110100110111111000010100100100100010101100011 | c2925a6fc2924563 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)