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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 髏皮キ定シッ\ | 11101001100100001001010011100111101101111001001011101000101111001010111101011100 | e99094e7b792e8bcaf5c |
EUC-JP | 髏皮キ定シッ\ | 11110001111100001100100011101001100011101011011111000100111010101000111010111100100011101010111101011100 | f1f0c8e98eb7c4ea8ebc8eaf5c |
UTF-8 | 髏皮キ定シッ\ | 11101001101010111000111111100111100110101010111011101111101111011011011111100101101011101001101011101111101111011011110011101111101111011010111101011100 | e9ab8fe79aaeefbdb7e5ae9aefbdbcefbdaf5c |
UHC | ?皮?定??\ | 001111111111100110101011001111111110111111010010001111110011111101011100 | 3ff9ab3fefd23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)