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 | エ醫邉キ^ | 10110100111001111100111011100111101100111011011101011110 | b4e7cee7b3b75e |
EUC-JP | エ醫邉キ^ | 100011101011010011101110110100001110111010110101100011101011011101011110 | 8eb4eed0eeb58eb75e |
UTF-8 | エ醫邉キ^ | 11101111101111011011010011101001100001101010101111101001100000101000100111101111101111011011011101011110 | efbdb4e986abe98289efbdb75e |
UHC | ?醫??^ | 001111111110110010100010001111110011111101011110 | 3feca23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)