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 | 隴滓屹 | 111010001010110110011111111001101001101110100110 | e8ad9fe69ba6 |
EUC-JP | 隴滓屹 | 111100001010111111011110111010001101011010101000 | f0afdee8d6a8 |
UTF-8 | 隴滓屹 | 111010011001101010110100111001101011101110010011111001011011000110111001 | e99ab4e6bb93e5b1b9 |
UHC | ?滓屹 | 0011111111101110101010111111110111011111 | 3feeabfddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)