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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 甦U}甦U{^ | 111000010101001101010101011111011110000101010011010101010111101101011110 | e153557de153557b5e |
EUC-JP | 甦U}甦U{^ | 111000011011010001010101011111011110000110110100010101010111101101011110 | e1b4557de1b4557b5e |
UTF-8 | 甦U}甦U{^ | 1110011110010100101001100101010101111101111001111001010010100110010101010111101101011110 | e794a6557de794a6557b5e |
UHC | 甦U}甦U{^ | 111000011100000101010101011111011110000111000001010101010111101101011110 | e1c1557de1c1557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)