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^ | 11100110110010100100110011100110110010100100110001011110 | e6ca4ce6ca4c5e |
EUC-JP | 賁L賁L^ | 11101100110011000100110011101100110011000100110001011110 | eccc4ceccc4c5e |
UTF-8 | 賁L賁L^ | 111010001011001110000001010011001110100010110011100000010100110001011110 | e8b3814ce8b3814c5e |
UHC | 賁L賁L^ | 11011101110100110100110011011101110100110100110001011110 | ddd34cddd34c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)