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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ンッ | 1111001010111111110111011111100011001011111110001111001110101111 | f2bfddf8cbf8f3af |
EUC-JP | ?ン??ッ | 00111111100011101101110100111111001111111000111010101111 | 3f8edd3f3f8eaf |
UTF-8 | ンッ | 111011101000011110110110111011111011111010011101111011101001100110101010111011101001101010010010111011111011110110101111 | ee87b6efbe9dee99aaee9a92efbdaf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)