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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霆雁濤訒ア^ | 11101000101110111000101011100101100111111011011111111011101000111011000101011110 | e8bb8ae59fb7fba3b15e |
EUC-JP | 霆雁濤訒ア^ | 111100001011110110110100111001111101111010111001100011111101110111001000100011101011000101011110 | f0bdb4e7deb98fddc88eb15e |
UTF-8 | 霆雁濤訒ア^ | 11101001100111001000011011101001100110111000000111100110101111111010010011101000101010001001001011101111101111011011000101011110 | e99c86e99b81e6bfa4e8a892efbdb15e |
UHC | 霆雁濤??^ | 111011111111110111100100110100101101010010100110001111110011111101011110 | effde4d2d4a63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)