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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫ネ雹 | 111100001100000010001110101100001111000111100001110010001110100010111001 | f0c08eb0f1e1c8e8b9 |
EUC-JP | ?鴫?ネ雹 | 0011111110111100101100100011111110001110110010001111000010111011 | 3fbcb23f8ec8f0bb |
UTF-8 | 鴫ネ雹 | 111011101000000110111111111010011011010010101011111011101000010110011100111011111011111010001000111010011001101110111001 | ee81bfe9b4abee859cefbe88e99bb9 |
UHC | ????雹 | 001111110011111100111111001111111101101011011111 | 3f3f3f3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)