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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髫俯是 | 111010011001101010011000111010111001000010100101 | e99a98eb90a5 |
EUC-JP | 髫俯是 | 111100011111101011010000111011011100000010100111 | f1fad0edc0a7 |
UTF-8 | 髫俯是 | 111010011010101110101011111001001011111110101111111001101001100010101111 | e9ababe4bfafe698af |
UHC | ?俯是 | 0011111111011100111101101110001111000000 | 3fdcf6e3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)