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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 遙・ワd | 1110101010100001101001011101110001100100 | eaa1a5dc64 |
EUC-JP | 遙・ワd | 11110100101000111000111010100101100011101101110001100100 | f4a38ea58edc64 |
UTF-8 | 遙・ワd | 11101001100000011001100111101111101111011010010111101111101111101001110001100100 | e98199efbda5efbe9c64 |
UHC | 遙??d | 1110100110101011001111110011111101100100 | e9ab3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)