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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 涇ヲO | 11111010111110111010011001001111 | fafba64f |
EUC-JP | 涇ヲO | 100011111100011111000111100011101010011001001111 | 8fc7c78ea64f |
UTF-8 | 涇ヲO | 11100110101101101000011111101111101111011010011001001111 | e6b687efbda64f |
UHC | 涇?O | 11001100110111000011111101001111 | ccdc3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)