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 | 髴穩 | 11101001100111001110001001110010 | e99ce272 |
EUC-JP | 髴穩 | 11110001111111001110001111010011 | f1fce3d3 |
UTF-8 | 髴穩 | 111010011010101110110100111001111010100110101001 | e9abb4e7a9a9 |
UHC | ?穩 | 001111111110100010110001 | 3fe8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)