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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窪?跏循褐? | 10001100010001010011111111100110111001101000111101111010100010101000110000111111 | 8c453fe6e68f7a8a8c3f |
EUC-JP | 窪?跏循褐? | 10110111101001100011111111101100111010001011110111011011101100111110110000111111 | b7a63fece8bddbb3ec3f |
UTF-8 | 窪찌跏循褐렎 | 111001111010101010101010111011001011000010001100111010001011011110001111111001011011111010101010111010001010010010010000111010111010000010001110 | e7aaaaecb08ce8b78fe5beaae8a490eba08e |
UHC | 窪찌跏循褐렎 | 111010001100000111000010111011101100101010111010111000101110000011001010111010001000111010100100 | e8c1c2eecabae2e0cae88ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)