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 | 也щ?歪 | 10010110111001111000010010001011001111111001100001100011 | 96e7848b3f9863 |
EUC-JP | 也щ?歪 | 11001100111010011010011111101011001111111100111111000100 | cce9a7eb3fcfc4 |
UTF-8 | 也щ젽歪 | 1110010010111001100111111101000110001001111011001010000010111101111001101010110110101010 | e4b99fd189eca0bde6adaa |
UHC | 也щ젽歪 | 1110010110100101101011001110101110100000101011111110100011100000 | e5a5aceba0afe8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)