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 | 柔輕?諄 | 10001111010111111110011101101010001111111110011001111000 | 8f5fe76a3fe678 |
EUC-JP | 柔輕?諄 | 10111101110000001110110111001011001111111110101111011001 | bdc0edcb3febd9 |
UTF-8 | 柔輕썬諄 | 111001101001111110010100111010001011110010010101111011001000110110101100111010001010101110000100 | e69f94e8bc95ec8dace8ab84 |
UHC | 柔輕썬諄 | 1110101011110101110011001110111010111101111000111110001011110100 | eaf5cceebde3e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)