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 | 謦戊・ッ | 111001101001001010010101111010001010010110101111 | e69295e8a5af |
EUC-JP | 謦戊・ッ | 1110101111110010110010101110101010001110101001011000111010101111 | ebf2caea8ea58eaf |
UTF-8 | 謦戊・ッ | 111010001010110010100110111001101000100010001010111011111011110110100101111011111011110110101111 | e8aca6e6888aefbda5efbdaf |
UHC | ?戊?? | 0011111111011001111001100011111100111111 | 3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)