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 | 100110011001110100111111100010011001001111100101111010000100001001000110 | 999d3f8993e5e84246 |
EUC-JP | 劑?遠裴BF | 110100011111110100111111101100011111001111101010111010100100001001000110 | d1fd3fb1f3eaea4246 |
UTF-8 | 劑렓遠裴BF | 1110010110001010100100011110101110100000100100111110100110000001101000001110100010100011101101000100001001000110 | e58a91eba093e981a0e8a3b44246 |
UHC | 劑렓遠裴BF | 11110000101001011000111010101000111010101100000011011011110100000100001001000110 | f0a58ea8eac0dbd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)