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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 劑?窪?BF | 1001100110011101001111111000110001000101001111110100001001000110 | 999d3f8c453f4246 |
EUC-JP | 劑?窪?BF | 1101000111111101001111111011011110100110001111110100001001000110 | d1fd3fb7a63f4246 |
UTF-8 | 劑렓窪렢BF | 1110010110001010100100011110101110100000100100111110011110101010101010101110101110100000101000100100001001000110 | e58a91eba093e7aaaaeba0a24246 |
UHC | 劑렓窪렢BF | 11110000101001011000111010101000111010001100000110001110101100110100001001000110 | f0a58ea8e8c18eb34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)