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 | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 但誰但a | 10010010010000011001001001001110100100100100000101100001 | 9241924e924161 |
EUC-JP | 但誰但a | 11000011101000101100001110101111110000111010001001100001 | c3a2c3afc3a261 |
UTF-8 | 但誰但a | 11100100101111011000011011101000101010101011000011100100101111011000011001100001 | e4bd86e8aab0e4bd8661 |
UHC | 但誰但a | 11010011101000111110001011000001110100111010001101100001 | d3a3e2c1d3a361 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)