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 | 元狼 | 10001100101100111001100001010100 | 8cb39854 |
EUC-JP | 元狼 | 10111000101101011100111110110101 | b8b5cfb5 |
UTF-8 | 元狼 | 111001011000010110000011111001111000101110111100 | e58583e78bbc |
UHC | 元狼 | 11101010101010101101010111001001 | eaaad5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)