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 | 韃玖麿螟 | 1110100011100101100010111110100010010110100110111110010110100100 | e8e58be8969be5a4 |
EUC-JP | 韃玖麿螟 | 1111000011100111101101101110101011001011111110111110101010100110 | f0e7b6eacbfbeaa6 |
UTF-8 | 韃玖麿螟 | 111010011001111110000011111001111000111010010110111010011011101010111111111010001001111010011111 | e99f83e78e96e9babfe89e9f |
UHC | ?玖?螟 | 001111111100111110111000001111111101100110101101 | 3fcfb83fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)