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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋懷族菫 | 1110100011111001100111001110010110010001101100001110010010111111 | e8f99ce591b0e4bf |
EUC-JP | 顋懷族菫 | 1111000011111011110110001110011111000010101100101110100011000001 | f0fbd8e7c2b2e8c1 |
UTF-8 | 顋懷族菫 | 111010011010000110001011111001101000011110110111111001101001011110001111111010001000111110101011 | e9a18be687b7e6978fe88fab |
UHC | ?懷族菫 | 00111111111111001110001111110000111010011101000011001011 | 3ffce3f0e9d0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)