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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ユ毖ゥ\ | 11010101111110101111010010101001111100101111010101011100 | d5faf4a9f2f55c |
EUC-JP | ユ毖ゥ?\ | 100011101101010110001111110001101011100010001110101010010011111101011100 | 8ed58fc6b88ea93f5c |
UTF-8 | ユ毖ゥ\ | 11101111101111101001010111100110101011111001011011101111101111011010100111101110100010001010110001011100 | efbe95e6af96efbda9ee88ac5c |
UHC | ?毖??\ | 001111111101110111110000001111110011111101011100 | 3fddf03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)