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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳溯セ枉 | 11100101101011101001111111101000101111101001111001011101 | e5ae9fe8be9e5d |
EUC-JP | 螳溯セ枉 | 1110101010110000110111101110101010001110101111101101101110111110 | eab0deea8ebedbbe |
UTF-8 | 螳溯セ枉 | 111010001001111010110011111001101011101010101111111011111011110110111110111001101001111010001001 | e89eb3e6baafefbdbee69e89 |
UHC | 螳溯?枉 | 11010011110110011110000110111101001111111110100011011011 | d3d9e1bd3fe8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)