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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邀夜 | 11100111101100011001011011101001 | e7b196e9 |
EUC-JP | 邀夜 | 11101110101100111100110011101011 | eeb3cceb |
UTF-8 | 邀夜 | 111010011000001010000000111001011010010010011100 | e98280e5a49c |
UHC | 邀夜 | 11101001101011011110010110101000 | e9ade5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)