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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盪荐盪犹^ | 111000011011100111100100101001101110000110111001111000001011100101011110 | e1b9e4a6e1b9e0b95e |
EUC-JP | 盪荐盪犹^ | 111000101011101111101000101010001110001010111011111000001011101101011110 | e2bbe8a8e2bbe0bb5e |
UTF-8 | 盪荐盪犹^ | 11100111100110111010101011101000100011011001000011100111100110111010101011100111100010101011100101011110 | e79baae88d90e79baae78ab95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)