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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷??癌 | 100101110101000100111111001111111000101011100000 | 97513f3f8ae0 |
EUC-JP | 猷??癌 | 110011011011001000111111001111111011010011100010 | cdb23f3fb4e2 |
UTF-8 | 猷띔킀癌 | 111001111000110010110111111010111001110110010100111011011000001010000000111001111001100110001100 | e78cb7eb9d94ed8280e7998c |
UHC | 猷띔킀癌 | 1110101110100011101101101110101010110100100011011110010011011111 | eba3b6eab48de4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)