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 | 魃帝ッ耽 | 11101001101011111001001011101001101011111001001001011110 | e9af92e9af925e |
EUC-JP | 魃帝ッ耽 | 1111001010110001110001001110101110001110101011111100001110111111 | f2b1c4eb8eafc3bf |
UTF-8 | 魃帝ッ耽 | 111010011010110110000011111001011011100010011101111011111011110110101111111010001000000010111101 | e9ad83e5b89defbdafe880bd |
UHC | 魃帝?耽 | 11011011101001101111000010101000001111111111011110110000 | dba6f0a83ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)