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 | 陬晞園 | 111010001010001110011101111010011000100110000000 | e8a39de98980 |
EUC-JP | 陬晞園 | 111100001010010111011010111010111011000111100000 | f0a5daebb1e0 |
UTF-8 | 陬晞園 | 111010011001100110101100111001101001100110011110111001011001110010010010 | e999ace6999ee59c92 |
UHC | ?晞園 | 0011111111111101111101011110101010101110 | 3ffdf5eaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)