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 | 浯爾霆 | 111110101111110010001110101000101110100010111011 | fafc8ea2e8bb |
EUC-JP | 浯爾霆 | 10001111110001111100001110111100101001001111000010111101 | 8fc7c3bca4f0bd |
UTF-8 | 浯爾霆 | 111001101011010110101111111001111000100010111110111010011001110010000110 | e6b5afe788bee99c86 |
UHC | ?爾霆 | 0011111111101100101100111110111111111101 | 3fecb3effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)