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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畏?Ь | 1000100011011000001111111000010001011101 | 88d83f845d |
EUC-JP | 畏?Ь | 1011000011011010001111111010011110111110 | b0da3fa7be |
UTF-8 | 畏빛Ь | 1110011110010101100011111110101110111001100110111101000010101100 | e7958febb99bd0ac |
UHC | 畏빛Ь | 111010001110011010111010111110111010110010111110 | e8e6bafbacbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)