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^ | 10011111110001100100110010011111110001100100110001011110 | 9fc64c9fc64c5e |
EUC-JP | 淅L淅L^ | 11011110110010000100110011011110110010000100110001011110 | dec84cdec84c5e |
UTF-8 | 淅L淅L^ | 111001101011011110000101010011001110011010110111100001010100110001011110 | e6b7854ce6b7854c5e |
UHC | 淅L淅L^ | 11100000101100100100110011100000101100100100110001011110 | e0b24ce0b24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)