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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昻翦 | 111101001010100111111010110100001110001111000110 | f4a9fad0e3c6 |
EUC-JP | ??翦 | 00111111001111111110011011001000 | 3f3fe6c8 |
UTF-8 | 昻翦 | 111011101000110110011000111001101001100010111011111001111011111110100110 | ee8d98e698bbe7bfa6 |
UHC | ?昻? | 00111111111001001110100100111111 | 3fe4e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)