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 | è´å±h | 11101000101101001001011011100101101100011000100001101000 | e8b496e5b18868 |
SJIS-WIN | ?´??±?h | 001111111000000101001100001111110011111110000001011111010011111101101000 | 3f814c3f3f817d3f68 |
EUC-JP | è´?å±?h | 10001111101010111011001010100001101011010011111110001111101010111010100110100001110111100011111101101000 | 8fabb2a1ad3f8faba9a1de3f68 |
UTF-8 | è´å±h | 11000011101010001100001010110100110000101001011011000011101001011100001010110001110000101000100001101000 | c3a8c2b4c296c3a5c2b1c28868 |
UHC | ?´??±?h | 001111111010001010100101001111110011111110100001101111100011111101101000 | 3fa2a53f3fa1be3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)