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 | 雎コ\ | 11101000101100011011101001011100 | e8b1ba5c |
EUC-JP | 雎コ\ | 1111000010110011100011101011101001011100 | f0b38eba5c |
UTF-8 | 雎コ\ | 11101001100110111000111011101111101111011011101001011100 | e99b8eefbdba5c |
UHC | 雎?\ | 11101110110100010011111101011100 | eed13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)