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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 爰D爰D^ | 11100000101001110100010011100000101001110100010001011110 | e0a744e0a7445e |
EUC-JP | 爰D爰D^ | 11100000101010010100010011100000101010010100010001011110 | e0a944e0a9445e |
UTF-8 | 爰D爰D^ | 111001111000100010110000010001001110011110001000101100000100010001011110 | e788b044e788b0445e |
UHC | 爰D爰D^ | 11101010101110100100010011101010101110100100010001011110 | eaba44eaba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)