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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 蠍ク蠑・莠カo | 11100101101101101011100011100101101111001010010111100100101110101011011001101111 | e5b6b8e5bca5e4bab66f |
EUC-JP | 蠍ク蠑・莠カo | 11101010101110001000111010111000111010101011111010001110101001011110100010111100100011101011011001101111 | eab88eb8eabe8ea5e8bc8eb66f |
UTF-8 | 蠍ク蠑・莠カo | 11101000101000001000110111101111101111011011100011101000101000001001000111101111101111011010010111101000100011101010000011101111101111011011011001101111 | e8a08defbdb8e8a091efbda5e88ea0efbdb66f |
UHC | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)