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 | ?щ+ | 0011111110000100100010111000000101111011 | 3f848b817b |
EUC-JP | 渶щ+ | 10001111110001111110110110100111111010111010000111011100 | 8fc7eda7eba1dc |
UTF-8 | 渶щ+ | 1110011010111000101101101101000110001001111011111011110010001011 | e6b8b6d189efbc8b |
UHC | 渶щ+ | 111001111011011110101100111010111010001110101011 | e7b7aceba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)