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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ゚ム擎 | 1101111111010001111110101100110011110110110100101111001110110100 | dfd1faccf6d2f3b4 |
EUC-JP | ゚ム擎?? | 100011101101111110001110110100011000111111000001101001100011111100111111 | 8edf8ed18fc1a63f3f |
UTF-8 | ゚ム擎 | 111011111011111010011111111011111011111010010001111001101001001110001110111011101001001110111001111011101000101010100111 | efbe9fefbe91e6938eee93b9ee8aa7 |
UHC | ??擎?? | 001111110011111111001100110101100011111100111111 | 3f3fccd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)