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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ?諷呈?Y | 00111111111001101000010110010010111001100011111101011001 | 3fe68592e63f59 |
EUC-JP | ?諷呈?Y | 00111111111010111110010111000100111010000011111101011001 | 3febe5c4e83f59 |
UTF-8 | 뤋諷呈촠Y | 11101011101001001000101111101000101010111011011111100101100100011000100011101100101101001010000001011001 | eba48be8abb7e59188ecb4a059 |
UHC | 뤋諷呈촠Y | 100011111011101111111001101001001110111111010000101011000101101001011001 | 8fbbf9a4efd0ac5a59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)