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 | AÇAâë^ | 100010010100000110010111110001111000100101000001111000101110101101011110 | 894197c78941e2eb5e |
SJIS-WIN | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
EUC-JP | ?A?Ç?Aâë^ | 001111110100000100111111100011111010101010101110001111110100000110001111101010111010010010001111101010111011001101011110 | 3f413f8faaae3f418faba48fabb35e |
UTF-8 | AÇAâë^ | 110000101000100101000001110000101001011111000011100001111100001010001001010000011100001110100010110000111010101101011110 | c28941c297c387c28941c3a2c3ab5e |
UHC | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)