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 | ?E}?E{^ | 00111111010001010111110100111111010001010111101101011110 | 3f457d3f457b5e |
SJIS-WIN | 竪E}竪E{^ | 100100100100011101000101011111011001001001000111010001010111101101011110 | 9247457d9247457b5e |
EUC-JP | 竪E}竪E{^ | 110000111010100001000101011111011100001110101000010001010111101101011110 | c3a8457dc3a8457b5e |
UTF-8 | 竪E}竪E{^ | 1110011110101011101010100100010101111101111001111010101110101010010001010111101101011110 | e7abaa457de7abaa457b5e |
UHC | 竪E}竪E{^ | 111000101011010101000101011111011110001010110101010001010111101101011110 | e2b5457de2b5457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)