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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 漏_ | 100110000101001001011111 | 98525f |
EUC-JP | 漏_ | 110011111011001101011111 | cfb35f |
UTF-8 | 漏_ | 11100110101111001000111101011111 | e6bc8f5f |
UHC | 漏_ | 110101111010100101011111 | d7a95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)