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 | àS^}àS^{^ | 111000000101001101011110011111011110000001010011010111100111101101011110 | e0535e7de0535e7b5e |
SJIS-WIN | ?S^}?S^{^ | 001111110101001101011110011111010011111101010011010111100111101101011110 | 3f535e7d3f535e7b5e |
EUC-JP | àS^}àS^{^ | 10001111101010111010001001010011010111100111110110001111101010111010001001010011010111100111101101011110 | 8faba2535e7d8faba2535e7b5e |
UTF-8 | àS^}àS^{^ | 1100001110100000010100110101111001111101110000111010000001010011010111100111101101011110 | c3a0535e7dc3a0535e7b5e |
UHC | ?S^}?S^{^ | 001111110101001101011110011111010011111101010011010111100111101101011110 | 3f535e7d3f535e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)