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 | 莨}莨{^ | 1110010010111100111100101111000001111101111001001011110011110010111100000111101101011110 | e4bcf2f07de4bcf2f07b5e |
EUC-JP | 莨?}莨?{^ | 111010001011111000111111011111011110100010111110001111110111101101011110 | e8be3f7de8be3f7b5e |
UTF-8 | 莨}莨{^ | 111010001000111010101000111011101000100010100111011111011110100010001110101010001110111010001000101001110111101101011110 | e88ea8ee88a77de88ea8ee88a77b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)