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 | 轢究洪羔 | 1110011110000000100010111000011010001101010111101110001110110100 | e7808b868d5ee3b4 |
EUC-JP | 轢究洪羔 | 1110110111100000101101011110011010111001101111111110011010110110 | ede0b5e6b9bfe6b6 |
UTF-8 | 轢究洪羔 | 111010001011110110100010111001111010100110110110111001101011010010101010111001111011111010010100 | e8bda2e7a9b6e6b4aae7be94 |
UHC | 轢究洪羔 | 1101010111111001110011111011110011111011111100111100110111000100 | d5f9cfbcfbf3cdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)