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 | 漏蘓 | 10011000010100101110010101011110 | 9852e55e |
EUC-JP | 漏蘓 | 11001111101100111110100110111111 | cfb3e9bf |
UTF-8 | 漏蘓 | 111001101011110010001111111010001001100010010011 | e6bc8fe89893 |
UHC | 漏? | 110101111010100100111111 | d7a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)