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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 池??絞??^ | 100100100111001000111111001111111000110101101001001111110011111101011110 | 92723f3f8d693f3f5e |
EUC-JP | 池?焌絞??^ | 1100001111010011001111111000111111001001111010001011100111001010001111110011111101011110 | c3d33f8fc9e8b9ca3f3f5e |
UTF-8 | 池렠焌絞렟렠^ | 11100110101100011010000011101011101000001010000011100111100001001000110011100111101101011001111011101011101000001001111111101011101000001010000001011110 | e6b1a0eba0a0e7848ce7b59eeba09feba0a05e |
UHC | 池렠焌絞렟렠^ | 11110010101011101000111010110001111100011110000011001110111011011000111010110000100011101011000101011110 | f2ae8eb1f1e0ceed8eb08eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)