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 | 鶉灣 | 11101010010001111110000001110011 | ea47e073 |
EUC-JP | 鶉灣 | 11110011101010001101111111010100 | f3a8dfd4 |
UTF-8 | 鶉灣 | 111010011011011010001001111001111000000110100011 | e9b689e781a3 |
UHC | ?灣 | 001111111101100010111101 | 3fd8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)