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 | 諛餓エゥ\ | 11100110100001111000100111101100101101001010100101011100 | e68789ecb4a95c |
EUC-JP | 諛餓エゥ\ | 111010111110011110110010111011101000111010110100100011101010100101011100 | ebe7b2ee8eb48ea95c |
UTF-8 | 諛餓エゥ\ | 11101000101010111001101111101001101001001001001111101111101111011011010011101111101111011010100101011100 | e8ab9be9a493efbdb4efbda95c |
UHC | 諛餓??\ | 11101011101100001110010010111011001111110011111101011100 | ebb0e4bb3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)