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 | 霓、}霓、{^ | 111010001011110110100100011111011110100010111101101001000111101101011110 | e8bda47de8bda47b5e |
EUC-JP | 霓、}霓、{^ | 1111000010111111100011101010010001111101111100001011111110001110101001000111101101011110 | f0bf8ea47df0bf8ea47b5e |
UTF-8 | 霓、}霓、{^ | 111010011001110010010011111011111011110110100100011111011110100110011100100100111110111110111101101001000111101101011110 | e99c93efbda47de99c93efbda47b5e |
UHC | 霓?}霓?{^ | 111001111110011100111111011111011110011111100111001111110111101101011110 | e7e73f7de7e73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)