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 | ?Zj?H{ | 001111110101101001101010001111110100100001111011 | 3f5a6a3f487b |
SJIS-WIN | ?Zj?H{ | 001111110101101001101010001111110100100001111011 | 3f5a6a3f487b |
EUC-JP | ?Zj?H{ | 001111110101101001101010001111110100100001111011 | 3f5a6a3f487b |
UTF-8 | 혪Zj혪H{ | 11101101100110001010101001011010011010101110110110011000101010100100100001111011 | ed98aa5a6aed98aa487b |
UHC | 혪Zj혪H{ | 1100001010010010010110100110101011000010100100100100100001111011 | c2925a6ac292487b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)