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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 潁?С^ | 100111111111000100111111100001000101001001011110 | 9ff13f84525e |
EUC-JP | 潁?С^ | 110111101111001100111111101001111011001101011110 | def33fa7b35e |
UTF-8 | 潁얕С^ | 111001101011110110000001111011001001011010010101110100001010000101011110 | e6bd81ec9695d0a15e |
UHC | 潁얕С^ | 11100111101110001011111011101000101011001011001101011110 | e7b8bee8acb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)