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 | 撓裴 | 10011101100110101110010111101000 | 9d9ae5e8 |
EUC-JP | 撓裴 | 11011001111110101110101011101010 | d9faeaea |
UTF-8 | 撓裴 | 111001101001001010010011111010001010001110110100 | e69293e8a3b4 |
UHC | 撓裴 | 11101000111101011101101111010000 | e8f5dbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)