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^ | 11100000101010000100110011100000101010000100110001011110 | e0a84ce0a84c5e |
EUC-JP | 爲L爲L^ | 11100000101010100100110011100000101010100100110001011110 | e0aa4ce0aa4c5e |
UTF-8 | 爲L爲L^ | 111001111000100010110010010011001110011110001000101100100100110001011110 | e788b24ce788b24c5e |
UHC | 爲L爲L^ | 11101010110100110100110011101010110100110100110001011110 | ead34cead34c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)