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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥郁ャ戳 | 11101001100001111000100011101000101011001001110101000110 | e98788e8ac9d46 |
EUC-JP | 驥郁ャ戳 | 1111000111100111101100001110101010001110101011001101100110100111 | f1e7b0ea8eacd9a7 |
UTF-8 | 驥郁ャ戳 | 111010011010100110100101111010011000001110000001111011111011110110101100111001101000100010110011 | e9a9a5e98381efbdace688b3 |
UHC | 驥郁?? | 110100011100101011101001111101000011111100111111 | d1cae9f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)