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^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 跚エL跚エL^ | 111001101110011110110100010011001110011011100111101101000100110001011110 | e6e7b44ce6e7b44c5e |
EUC-JP | 跚エL跚エL^ | 1110110011101001100011101011010001001100111011001110100110001110101101000100110001011110 | ece98eb44cece98eb44c5e |
UTF-8 | 跚エL跚エL^ | 111010001011011110011010111011111011110110110100010011001110100010110111100110101110111110111101101101000100110001011110 | e8b79aefbdb44ce8b79aefbdb44c5e |
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)