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^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 橡L橡L^ | 10010011110010010100110010010011110010010100110001011110 | 93c94c93c94c5e |
EUC-JP | 橡L橡L^ | 11000110110010110100110011000110110010110100110001011110 | c6cb4cc6cb4c5e |
UTF-8 | 橡L橡L^ | 111001101010100110100001010011001110011010101001101000010100110001011110 | e6a9a14ce6a9a14c5e |
UHC | 橡L橡L^ | 11011111110011100100110011011111110011100100110001011110 | dfce4cdfce4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)