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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 煇誹娃h煇 | 111110110101011110010100111011101000100010100001011010001111101101010111 | fb5794ee88a168fb57 |
EUC-JP | 煇誹娃h煇 | 1000111111001001111101011100100011110000101100001010001101101000100011111100100111110101 | 8fc9f5c8f0b0a3688fc9f5 |
UTF-8 | 煇誹娃h煇 | 11100111100001011000011111101000101010101011100111100101101010001000001101101000111001111000010110000111 | e78587e8aab9e5a88368e78587 |
UHC | 煇誹娃h煇 | 111111011100100011011110101001101110100011011111011010001111110111001000 | fdc8dea6e8df68fdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)