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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 馭?Н | 1110100101100110001111111000010001001110 | e9663f844e |
EUC-JP | 馭?Н | 1111000111000111001111111010011110101111 | f1c73fa7af |
UTF-8 | 馭곸Н | 1110100110100110101011011110101010110011101110001101000010011101 | e9a6adeab3b8d09d |
UHC | 馭곸Н | 111001011101111110000001111011001010110010101111 | e5df81ecacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)