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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 齎??日?F | 1110011011011000001111110011111110010011111110100011111101000110 | e6d83f3f93fa3f46 |
EUC-JP | 齎??日?F | 1110110011011010001111110011111111000110111111000011111101000110 | ecda3f3fc6fc3f46 |
UTF-8 | 齎흩ㄴ日렓F | 11101001101111011000111011101101100111011010100111100011100001001011010011100110100101111010010111101011101000001001001101000110 | e9bd8eed9da9e384b4e697a5eba09346 |
UHC | 齎흩ㄴ日렓F | 1110111010110010110010001111000010100100101001001110110011101101100011101010100001000110 | eeb2c8f0a4a4eced8ea846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)