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 | 驥護ソィ | 111010011000011110001100111011001011111110101000 | e9878cecbfa8 |
EUC-JP | 驥護ソィ | 1111000111100111101110001110111010001110101111111000111010101000 | f1e7b8ee8ebf8ea8 |
UTF-8 | 驥護ソィ | 111010011010100110100101111010001010110110110111111011111011110110111111111011111011110110101000 | e9a9a5e8adb7efbdbfefbda8 |
UHC | 驥護?? | 110100011100101011111011110111100011111100111111 | d1cafbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)