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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遙濬 | 11101010101000011110000001011100 | eaa1e05c |
EUC-JP | 遙濬 | 11110100101000111101111110111101 | f4a3dfbd |
UTF-8 | 遙濬 | 111010011000000110011001111001101011111110101100 | e98199e6bfac |
UHC | 遙濬 | 11101001101010111111000111011111 | e9abf1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)