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^ | 11100000101010010100010011100000101010010100010001011110 | e0a944e0a9445e |
EUC-JP | 爻D爻D^ | 11100000101010110100010011100000101010110100010001011110 | e0ab44e0ab445e |
UTF-8 | 爻D爻D^ | 111001111000100010111011010001001110011110001000101110110100010001011110 | e788bb44e788bb445e |
UHC | 爻D爻D^ | 11111101101000010100010011111101101000010100010001011110 | fda144fda1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)