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 | ゚ム擎 | 11011111110100011111101011001100 | dfd1facc |
EUC-JP | ゚ム擎 | 10001110110111111000111011010001100011111100000110100110 | 8edf8ed18fc1a6 |
UTF-8 | ゚ム擎 | 111011111011111010011111111011111011111010010001111001101001001110001110 | efbe9fefbe91e6938e |
UHC | ??擎 | 00111111001111111100110011010110 | 3f3fccd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)