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 | 也щ?揶 | 10010110111001111000010010001011001111111001110110001000 | 96e7848b3f9d88 |
EUC-JP | 也щ?揶 | 11001100111010011010011111101011001111111101100111101000 | cce9a7eb3fd9e8 |
UTF-8 | 也щ젽揶 | 1110010010111001100111111101000110001001111011001010000010111101111001101000111110110110 | e4b99fd189eca0bde68fb6 |
UHC | 也щ젽揶 | 1110010110100101101011001110101110100000101011111110010110101010 | e5a5aceba0afe5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)