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 | 髜爾霆 | 111111000100000010001110101000101110100010111011 | fc408ea2e8bb |
EUC-JP | 髜爾霆 | 10001111111010011110110110111100101001001111000010111101 | 8fe9edbca4f0bd |
UTF-8 | 髜爾霆 | 111010011010101110011100111001111000100010111110111010011001110010000110 | e9ab9ce788bee99c86 |
UHC | ?爾霆 | 0011111111101100101100111110111111111101 | 3fecb3effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)