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^ | 10011111011100100100110010011111011100100100110001011110 | 9f724c9f724c5e |
EUC-JP | 殲L殲L^ | 11011101110100110100110011011101110100110100110001011110 | ddd34cddd34c5e |
UTF-8 | 殲L殲L^ | 111001101010111010110010010011001110011010101110101100100100110001011110 | e6aeb24ce6aeb24c5e |
UHC | 殲L殲L^ | 11100000111010000100110011100000111010000100110001011110 | e0e84ce0e84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)