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 | 蹂キ邊先 | 11100110111110001011011111100111101100101001000011100110 | e6f8b7e7b290e6 |
EUC-JP | 蹂キ邊先 | 1110110011111010100011101011011111101110101101001100000011101000 | ecfa8eb7eeb4c0e8 |
UTF-8 | 蹂キ邊先 | 111010001011100110000010111011111011110110110111111010011000001010001010111001011000010110001000 | e8b982efbdb7e9828ae58588 |
UHC | 蹂?邊先 | 11101011101100110011111111011100101010111110000010111011 | ebb33fdcabe0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)