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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 驥育梹BF | 1110100110000111100010001110011110011110100011100100001001000110 | e98788e79e8e4246 |
EUC-JP | 驥育梹BF | 1111000111100111101100001110100111011011111011100100001001000110 | f1e7b0e9dbee4246 |
UTF-8 | 驥育梹BF | 1110100110101001101001011110100010000010101100101110011010100010101110010100001001000110 | e9a9a5e882b2e6a2b94246 |
UHC | 驥育?BF | 11010001110010101110101111000000001111110100001001000110 | d1caebc03f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)