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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 鐔種輯L | 11101000010111001000111011101101100011110101001101001100 | e85c8eed8f534c |
EUC-JP | 鐔種輯L | 11101111101111011011110011101111101111011011010001001100 | efbdbcefbdb44c |
UTF-8 | 鐔種輯L | 11101001100100001001010011100111101010001010111011101000101111001010111101001100 | e99094e7a8aee8bcaf4c |
UHC | ?種輯L | 001111111111000011111010111100101111111001001100 | 3ff0faf2fe4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)