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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 池??絞??\ | 100100100111001000111111001111111000110101101001001111110011111101011100 | 92723f3f8d693f3f5c |
EUC-JP | 池?焌絞??\ | 1100001111010011001111111000111111001001111010001011100111001010001111110011111101011100 | c3d33f8fc9e8b9ca3f3f5c |
UTF-8 | 池렠焌絞렟렠\ | 11100110101100011010000011101011101000001010000011100111100001001000110011100111101101011001111011101011101000001001111111101011101000001010000001011100 | e6b1a0eba0a0e7848ce7b59eeba09feba0a05c |
UHC | 池렠焌絞렟렠\ | 11110010101011101000111010110001111100011110000011001110111011011000111010110000100011101011000101011100 | f2ae8eb1f1e0ceed8eb08eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)