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{^ | 111001001110100101101001011111011110010011101001011010010111101101011110 | e4e9697de4e9697b5e |
EUC-JP | 蓚i}蓚i{^ | 111010001110101101101001011111011110100011101011011010010111101101011110 | e8eb697de8eb697b5e |
UTF-8 | 蓚i}蓚i{^ | 1110100010010011100110100110100101111101111010001001001110011010011010010111101101011110 | e8939a697de8939a697b5e |
UHC | 蓚i}蓚i{^ | 111000101011111001101001011111011110001010111110011010010111101101011110 | e2be697de2be697b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)