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 | 鴦???х? | 1110100111110001001111110011111100111111100001001000011100111111 | e9f13f3f3f84873f |
EUC-JP | 鴦???х? | 1111001011110011001111110011111100111111101001111110011100111111 | f2f33f3f3fa7e73f |
UTF-8 | 鴦볤염杻х맧 | 1110100110110100101001101110101110110011101001001110110010010111101111001110111110100111100010001101000110000101111010111010011110100111 | e9b4a6ebb3a4ec97bcefa788d185eba7a7 |
UHC | 鴦볤염杻х맧 | 111001001110110010010011111010101011111110110000111010101111010010101100111001111001000010110000 | e4ec93eabfb0eaf4ace790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)