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 | èÒLèÒL^ | 11101000110100100100110011101000110100100100110001011110 | e8d24ce8d24c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | èÒLèÒL^ | 100011111010101110110010100011111010101011010010010011001000111110101011101100101000111110101010110100100100110001011110 | 8fabb28faad24c8fabb28faad24c5e |
UTF-8 | èÒLèÒL^ | 1100001110101000110000111001001001001100110000111010100011000011100100100100110001011110 | c3a8c3924cc3a8c3924c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)