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 | 蝓溪諜岦 | 1110010110011111100111111110001010010010101100111111101010101100 | e59f9fe292b3faac |
EUC-JP | 蝓溪諜岦 | 111010101010000111011110111001001100010010110101100011111011101110110011 | eaa1dee4c4b58fbbb3 |
UTF-8 | 蝓溪諜岦 | 111010001001110110010011111001101011101010101010111010001010101110011100111001011011001010100110 | e89d93e6baaae8ab9ce5b2a6 |
UHC | ?溪諜? | 001111111100110110100010111101001110001100111111 | 3fcda2f4e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)