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 | ????÷ | 0011111100111111001111110011111111110111 | 3f3f3f3ff7 |
SJIS-WIN | 髫俾ソ罷÷ | 111010011001101010011000111010101011111110010100111010111000000110000000 | e99a98eabf94eb8180 |
EUC-JP | 髫俾ソ罷÷ | 11110001111110101101000011101100100011101011111111001000111011011010000111100000 | f1fad0ec8ebfc8eda1e0 |
UTF-8 | 髫俾ソ罷÷ | 1110100110101011101010111110010010111111101111101110111110111101101111111110011110111101101101111100001110110111 | e9ababe4bfbeefbdbfe7bdb7c3b7 |
UHC | ???罷÷ | 00111111001111110011111111110111111100111010000111000000 | 3f3f3ff7f3a1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)