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 | 寤κ?楢? | 1001101110001000100000111100100000111111100100111110100000111111 | 9b8883c83f93e83f |
EUC-JP | 寤κ?楢? | 1101010111101000101001101100101000111111110001101110101000111111 | d5e8a6ca3fc6ea3f |
UTF-8 | 寤κ괌楢괕 | 1110010110101111101001001100111010111010111010101011010010001100111001101010010110100010111010101011010010010101 | e5afa4cebaeab48ce6a5a2eab495 |
UHC | 寤κ괌楢괕 | 11100111111101011010010111101010101100011010000111101010111110011000001001000010 | e7f5a5eab1a1eaf98242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)