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 | ?Z | 0011111101011010 | 3f5a |
SJIS-WIN | ?Z | 0011111101011010 | 3f5a |
EUC-JP | ?Z | 0011111101011010 | 3f5a |
UTF-8 | 혣Z | 11101101100110001010001101011010 | ed98a35a |
UHC | 혣Z | 110000101000110001011010 | c28c5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)