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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 誰坦賊臓h | 100100100100111010010010010100101001000110101111100100011001111101101000 | 924e925291af919f68 |
EUC-JP | 誰坦賊臓h | 110000111010111111000011101100111100001010110001110000101010000101101000 | c3afc3b3c2b1c2a168 |
UTF-8 | 誰坦賊臓h | 11101000101010101011000011100101100111011010011011101000101100111000101011101000100001111001001101101000 | e8aab0e59da6e8b38ae8879368 |
UHC | 誰坦賊?h | 1110001011000001111101111010010011101110111001000011111101101000 | e2c1f7a4eee43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)