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 | 驕ュ~ | 11101001100000011010110101111110 | e981ad7e |
EUC-JP | 驕ュ~ | 1111000111100001100011101010110101111110 | f1e18ead7e |
UTF-8 | 驕ュ~ | 11101001101010011001010111101111101111011010110101111110 | e9a995efbdad7e |
UHC | 驕?~ | 11001110111101100011111101111110 | cef63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)