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^ | 111001101110011010111100010011001110011011100110101111000100110001011110 | e6e6bc4ce6e6bc4c5e |
EUC-JP | 跏シL跏シL^ | 1110110011101000100011101011110001001100111011001110100010001110101111000100110001011110 | ece88ebc4cece88ebc4c5e |
UTF-8 | 跏シL跏シL^ | 111010001011011110001111111011111011110110111100010011001110100010110111100011111110111110111101101111000100110001011110 | e8b78fefbdbc4ce8b78fefbdbc4c5e |
UHC | 跏?L跏?L^ | 110010101011101000111111010011001100101010111010001111110100110001011110 | caba3f4ccaba3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)