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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜈帝エヲ^ | 11100101100001011001001011101001101101001010011001011110 | e58592e9b4a65e |
EUC-JP | 蜈帝エヲ^ | 111010011110010111000100111010111000111010110100100011101010011001011110 | e9e5c4eb8eb48ea65e |
UTF-8 | 蜈帝エヲ^ | 11101000100111001000100011100101101110001001110111101111101111011011010011101111101111011010011001011110 | e89c88e5b89defbdb4efbda65e |
UHC | 蜈帝??^ | 11101000101001011111000010101000001111110011111101011110 | e8a5f0a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)