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 | 漏矮 | 10011000010100101110000111100010 | 9852e1e2 |
EUC-JP | 漏矮 | 11001111101100111110001011100100 | cfb3e2e4 |
UTF-8 | 漏矮 | 111001101011110010001111111001111001111110101110 | e6bc8fe79fae |
UHC | 漏矮 | 11010111101010011110100011100001 | d7a9e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)