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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ?蕁????F | 0011111111100101010000000011111100111111001111110011111101000110 | 3fe5403f3f3f3f46 |
EUC-JP | ?蕁????F | 0011111111101001101000010011111100111111001111110011111101000110 | 3fe9a13f3f3f3f46 |
UTF-8 | 렺蕁렻렒렺렣F | 11101011101000001011101011101000100101011000000111101011101000001011101111101011101000001001001011101011101000001011101011101011101000001010001101000110 | eba0bae89581eba0bbeba092eba0baeba0a346 |
UHC | 렺蕁렻렒렺렣F | 10001110110000101101001111000110100011101100001110001110101001111000111011000010100011101011010001000110 | 8ec2d3c68ec38ea78ec28eb446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)