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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 釭鹿o | 1111101110111101100011101010110101101111 | fbbd8ead6f |
EUC-JP | 釭鹿o | 100011111110001110101111101111001010111101101111 | 8fe3afbcaf6f |
UTF-8 | 釭鹿o | 11101001100001111010110111101001101110011011111101101111 | e987ade9b9bf6f |
UHC | ?鹿o | 00111111110101101110001101101111 | 3fd6e36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)