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 | ??c | 001111110011111101100011 | 3f3f63 |
SJIS-WIN | 邀壁c | 1110011110110001100101011100011101100011 | e7b195c763 |
EUC-JP | 邀壁c | 1110111010110011110010101100100101100011 | eeb3cac963 |
UTF-8 | 邀壁c | 11101001100000101000000011100101101000111000000101100011 | e98280e5a38163 |
UHC | 邀壁c | 1110100110101101110110111111101001100011 | e9addbfa63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)