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 | 衡①?衡 | 10001101011101001000011101000000001111111000110101110100 | 8d7487403f8d74 |
EUC-JP | 衡??衡 | 101110011101010100111111001111111011100111010101 | b9d53f3fb9d5 |
UTF-8 | 衡①윢衡 | 111010001010000110100001111000101001000110100000111011001001110010100010111010001010000110100001 | e8a1a1e291a0ec9ca2e8a1a1 |
UHC | 衡①윢衡 | 1111101110101100101010001110011110011111101000111111101110101100 | fbaca8e79fa3fbac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)