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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 雎コ~ | 11101000101100011011101001111110 | e8b1ba7e |
EUC-JP | 雎コ~ | 1111000010110011100011101011101001111110 | f0b38eba7e |
UTF-8 | 雎コ~ | 11101001100110111000111011101111101111011011101001111110 | e99b8eefbdba7e |
UHC | 雎?~ | 11101110110100010011111101111110 | eed13f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)