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 | 螳」謌仙 | 11100101101011101010001111100110100010001001000011100101 | e5aea3e68890e5 |
EUC-JP | 螳」謌仙 | 1110101010110000100011101010001111101011111010001100000011100111 | eab08ea3ebe8c0e7 |
UTF-8 | 螳」謌仙 | 111010001001111010110011111011111011110110100011111010001010110010001100111001001011101110011001 | e89eb3efbda3e8ac8ce4bb99 |
UHC | 螳??仙 | 110100111101100100111111001111111110000010111001 | d3d93f3fe0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)