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 | 軸昭 | 10001110101100101000111110111010 | 8eb28fba |
EUC-JP | 軸昭 | 10111100101101001011111010111100 | bcb4bebc |
UTF-8 | 軸昭 | 111010001011101110111000111001101001100010101101 | e8bbb8e698ad |
UHC | 軸昭 | 11110101111011101110000110111001 | f5eee1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)