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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟄也明蟯ヲ蠑 | 1110010110101101100101101110011110010110101111101110010110110010101001101110010110111100 | e5ad96e796bee5b2a6e5bc |
EUC-JP | 蟄也明蟯ヲ蠑 | 111010101010111111001100111010011100110011000000111010101011010010001110101001101110101010111110 | eaafcce9ccc0eab48ea6eabe |
UTF-8 | 蟄也明蟯ヲ蠑 | 111010001001111110000100111001001011100110011111111001101001100010001110111010001001111110101111111011111011110110100110111010001010000010010001 | e89f84e4b99fe6988ee89fafefbda6e8a091 |
UHC | 蟄也明蟯?? | 11110110110111101110010110100101110110011010010111101001101010000011111100111111 | f6dee5a5d9a5e9a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)