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\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
SJIS-WIN | 紆?偕?y\ | 1110001011111100001111111001100011110001001111110111100101011100 | e2fc3f98f13f795c |
EUC-JP | 紆?偕?y\ | 1110010011111110001111111101000011110011001111110111100101011100 | e4fe3fd0f33f795c |
UTF-8 | 紆렡偕렱y\ | 1110011110110100100001101110101110100000101000011110010110000001100101011110101110100000101100010111100101011100 | e7b486eba0a1e58195eba0b1795c |
UHC | 紆렡偕렱y\ | 11101001111000011000111010110010111110101010010110001110101111100111100101011100 | e9e18eb2faa58ebe795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)