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 | 遒矩昆褶 | 1110011110100010100010111110100110001101101010011110010111110111 | e7a28be98da9e5f7 |
EUC-JP | 遒矩昆褶 | 1110111010100100101101101110101110111010101010111110101011111001 | eea4b6ebbaabeaf9 |
UTF-8 | 遒矩昆褶 | 111010011000000110010010111001111001111110101001111001101001100010000110111010001010010010110110 | e98192e79fa9e69886e8a4b6 |
UHC | ?矩昆褶 | 00111111110011111011101111001101111000001110001110101000 | 3fcfbbcde0e3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)