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 | hJ}hJ{^ | 100100010110100001001010011111011001000101101000010010100111101101011110 | 91684a7d91684a7b5e |
SJIS-WIN | ?hJ}?hJ{^ | 001111110110100001001010011111010011111101101000010010100111101101011110 | 3f684a7d3f684a7b5e |
EUC-JP | ?hJ}?hJ{^ | 001111110110100001001010011111010011111101101000010010100111101101011110 | 3f684a7d3f684a7b5e |
UTF-8 | hJ}hJ{^ | 1100001010010001011010000100101001111101110000101001000101101000010010100111101101011110 | c291684a7dc291684a7b5e |
UHC | ?hJ}?hJ{^ | 001111110110100001001010011111010011111101101000010010100111101101011110 | 3f684a7d3f684a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)