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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 癲????] | 11100001100111110011111100111111001111110011111101011101 | e19f3f3f3f3f5d |
EUC-JP | 癲????] | 11100010101000010011111100111111001111110011111101011101 | e2a13f3f3f3f5d |
UTF-8 | 癲띾끆利츲] | 11100111100110011011001011101011100111011011111011101011100000011000011011101111101001111001110111101100101110001011001001011101 | e799b2eb9dbeeb8186efa79decb8b25d |
UHC | 癲띾끆利츲] | 1110111110100110100011011110101110000101101110101110110010100110101011110100010101011101 | efa68deb85baeca6af455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)