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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 釈汐W | 1000111011011111100011101010110001010111 | 8edf8eac57 |
EUC-JP | 釈汐W | 1011110011100001101111001010111001010111 | bce1bcae57 |
UTF-8 | 釈汐W | 11101001100001111000100011100110101100011001000001010111 | e98788e6b19057 |
UHC | ?汐W | 00111111111000001011000101010111 | 3fe0b157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)