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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脱揃袖^ | 10010010010001011001000110110101100100011011001101011110 | 924591b591b35e |
EUC-JP | 脱揃袖^ | 11000011101001101100001010110111110000101011010101011110 | c3a6c2b7c2b55e |
UTF-8 | 脱揃袖^ | 11101000100001001011000111100110100011111000001111101000101000101001011001011110 | e884b1e68f83e8a2965e |
UHC | ??袖^ | 0011111100111111111000101100000001011110 | 3f3fe2c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)