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 | 軟??臧 | 100100111110111000111111001111111110010001101000 | 93ee3f3fe468 |
EUC-JP | 軟??臧 | 110001101111000000111111001111111110011111001001 | c6f03f3fe7c9 |
UTF-8 | 軟㎫츦臧 | 111010001011101110011111111000111000111010101011111011001011100010100110111010001000011110100111 | e8bb9fe38eabecb8a6e887a7 |
UHC | 軟㎫츦臧 | 1110011011100011101001111110011110101110100111001110110111110101 | e6e3a7e7ae9cedf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)