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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???揖?\ | 00111111001111110011111110010111010010110011111101011100 | 3f3f3f974b3f5c |
EUC-JP | 縯??揖?\ | 100011111101010011001011001111110011111111001101101011000011111101011100 | 8fd4cb3f3fcdac3f5c |
UTF-8 | 縯롮슱揖쁏\ | 11100111101110001010111111101011101000011010111011101100100010101011000111100110100011111001011011101100100000011000111101011100 | e7b8afeba1aeec8ab1e68f96ec818f5c |
UHC | 縯롮슱揖쁏\ | 1110011011100000100011101110110010011010101110001110101111100111100110000101000001011100 | e6e08eec9ab8ebe798505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)