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 | ?k | 0011111101101011 | 3f6b |
SJIS-WIN | 蛛k | 111001011000000101101011 | e5816b |
EUC-JP | 蛛k | 111010011110000101101011 | e9e16b |
UTF-8 | 蛛k | 11101000100110111001101101101011 | e89b9b6b |
UHC | 蛛k | 111100011100100001101011 | f1c86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)