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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 送?\ | 10010001100101110011111101011100 | 91973f5c |
EUC-JP | 送?\ | 11000001111101110011111101011100 | c1f73f5c |
UTF-8 | 送뢋\ | 11101001100000001000000111101011101000101000101101011100 | e98081eba28b5c |
UHC | 送뢋\ | 1110000111101010100011110100011101011100 | e1ea8f475c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)