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 | Ol}Ol{^ | 1000111101001111100011010110110001111101100011110100111110001101011011000111101101011110 | 8f4f8d6c7d8f4f8d6c7b5e |
SJIS-WIN | ?O?l}?O?l{^ | 0011111101001111001111110110110001111101001111110100111100111111011011000111101101011110 | 3f4f3f6c7d3f4f3f6c7b5e |
EUC-JP | ?O?l}?O?l{^ | 0011111101001111001111110110110001111101001111110100111100111111011011000111101101011110 | 3f4f3f6c7d3f4f3f6c7b5e |
UTF-8 | Ol}Ol{^ | 110000101000111101001111110000101000110101101100011111011100001010001111010011111100001010001101011011000111101101011110 | c28f4fc28d6c7dc28f4fc28d6c7b5e |
UHC | ?O?l}?O?l{^ | 0011111101001111001111110110110001111101001111110100111100111111011011000111101101011110 | 3f4f3f6c7d3f4f3f6c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)