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 | 11101100101100001011110101011010 | ecb0bd5a |
UHC | 창Z | 110000111010001001011010 | c3a25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)