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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ゙ゥワ葆B | 1101111010101001110111001110010011011100111100010111011001000010 | dea9dce4dcf17642 |
EUC-JP | ゙ゥワ葆?B | 10001110110111101000111010101001100011101101110011101000110111100011111101000010 | 8ede8ea98edce8de3f42 |
UTF-8 | ゙ゥワ葆B | 11101111101111101001111011101111101111011010100111101111101111101001110011101000100100011000011011101110100000111011001001000010 | efbe9eefbda9efbe9ce89186ee83b242 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)