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 | 言②?營 | 10001100101111101000011101000001001111111001101001111010 | 8cbe87413f9a7a |
EUC-JP | 言??營 | 101110001100000000111111001111111101001111011011 | b8c03f3fd3db |
UTF-8 | 言②맱營 | 111010001010100010000000111000101001000110100001111010111010011110110001111001111000011110011111 | e8a880e291a1eba7b1e7879f |
UHC | 言②맱營 | 1110010111101011101010001110100010010000101110001110011110111101 | e5eba8e890b8e7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)