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 | ì꿨 | 111011001001100110011101111010101011111110101000 | ec999deabfa8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ì??꿨 | 10001111101010111100000000111111001111111000111110101011101101001000111110100010110001001010000110101111 | 8fabc03f3f8fabb48fa2c4a1af |
UTF-8 | ì꿨 | 110000111010110011000010100110011100001010011101110000111010101011000010101111111100001010101000 | c3acc299c29dc3aac2bfc2a8 |
UHC | ????¿¨ | 0011111100111111001111110011111110100010101011111010000110100111 | 3f3f3f3fa2afa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)