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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犱「鰊畤 | 11111011010110111010001011101001110101111110000101011110 | fb5ba2e9d7e15e |
EUC-JP | 犱「鰊畤 | 100011111100101011101111100011101010001011110010110110011110000110111111 | 8fcaef8ea2f2d9e1bf |
UTF-8 | 犱「鰊畤 | 111001111000101010110001111011111011110110100010111010011011000010001010111001111001010110100100 | e78ab1efbda2e9b08ae795a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)