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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 奭奭^ | 10001111101110001111111010001111101110001111111001011110 | 8fb8fe8fb8fe5e |
UTF-8 | 奭奭^ | 11100101101001011010110111100101101001011010110101011110 | e5a5ade5a5ad5e |
UHC | 奭奭^ | 1110000010101011111000001010101101011110 | e0abe0ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)