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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖η? | 0011111100111111001111111001011101001011100000111100010100111111 | 3f3f3f974b83c53f |
EUC-JP | ???揖η? | 0011111100111111001111111100110110101100101001101100011100111111 | 3f3f3fcdaca6c73f |
UTF-8 | 囹덈뿰揖η츐 | 1110111110100110101010011110101110001101100010001110101110111111101100001110011010001111100101101100111010110111111011001011100010010000 | efa6a9eb8d88ebbfb0e68f96ceb7ecb890 |
UHC | 囹덈뿰揖η츐 | 111001111010101010001000111010111001011110110000111010111110011110100101111001111010111010001011 | e7aa88eb97b0ebe7a5e7ae8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)