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 | 蟯ヲ蠑 | 1110010110110010101001101110010110111100 | e5b2a6e5bc |
EUC-JP | 蟯ヲ蠑 | 111010101011010010001110101001101110101010111110 | eab48ea6eabe |
UTF-8 | 蟯ヲ蠑 | 111010001001111110101111111011111011110110100110111010001010000010010001 | e89fafefbda6e8a091 |
UHC | 蟯?? | 11101001101010000011111100111111 | e9a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)