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