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 | ?i}?i{^ | 00111111011010010111110100111111011010010111101101011110 | 3f697d3f697b5e |
SJIS-WIN | ?i}?i{^ | 00111111011010010111110100111111011010010111101101011110 | 3f697d3f697b5e |
EUC-JP | ?i}?i{^ | 00111111011010010111110100111111011010010111101101011110 | 3f697d3f697b5e |
UTF-8 | 묪i}묪i{^ | 1110101110101100101010100110100101111101111010111010110010101010011010010111101101011110 | ebacaa697debacaa697b5e |
UHC | 묪i}묪i{^ | 100100100100001001101001011111011001001001000010011010010111101101011110 | 9242697d9242697b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)