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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 霓」}霓」{^ | 111010001011110110100011011111011110100010111101101000110111101101011110 | e8bda37de8bda37b5e |
EUC-JP | 霓」}霓」{^ | 1111000010111111100011101010001101111101111100001011111110001110101000110111101101011110 | f0bf8ea37df0bf8ea37b5e |
UTF-8 | 霓」}霓」{^ | 111010011001110010010011111011111011110110100011011111011110100110011100100100111110111110111101101000110111101101011110 | e99c93efbda37de99c93efbda37b5e |
UHC | 霓?}霓?{^ | 111001111110011100111111011111011110011111100111001111110111101101011110 | e7e73f7de7e73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)