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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???揖 | 0011111100111111001111111001011101001011 | 3f3f3f974b |
EUC-JP | 縯?ʼn揖 | 100011111101010011001011001111111000111110101001110010101100110110101100 | 8fd4cb3f8fa9cacdac |
UTF-8 | 縯롫ʼn揖 | 1110011110111000101011111110101110100001101010111100010110001001111001101000111110010110 | e7b8afeba1abc589e68f96 |
UHC | 縯롫ʼn揖 | 1110011011100000100011101110101110101001101100001110101111100111 | e6e08eeba9b0ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)