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 | èE¥è[ | 1110100001000101100011101000101110001000101001011110100001011011 | e8458e8b88a5e85b |
SJIS-WIN | ?E???¥?[ | 001111110100010100111111001111110011111110000001100011110011111101011011 | 3f453f3f3f818f3f5b |
EUC-JP | èE????è[ | 100011111010101110110010010001010011111100111111001111110011111110001111101010111011001001011011 | 8fabb2453f3f3f3f8fabb25b |
UTF-8 | èE¥è[ | 1100001110101000010001011100001010001110110000101000101111000010100010001100001010100101110000111010100001011011 | c3a845c28ec28bc288c2a5c3a85b |
UHC | ?E?????[ | 0011111101000101001111110011111100111111001111110011111101011011 | 3f453f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)