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 | ûD¸Q~ | 1111101101000100101110000101000101111110 | fb44b8517e |
SJIS-WIN | ?D?Q~ | 0011111101000100001111110101000101111110 | 3f443f517e |
EUC-JP | ûD¸Q~ | 100011111010101111100101010001001000111110100010101100010101000101111110 | 8fabe5448fa2b1517e |
UTF-8 | ûD¸Q~ | 11000011101110110100010011000010101110000101000101111110 | c3bb44c2b8517e |
UHC | ?D¸Q~ | 001111110100010010100010101011000101000101111110 | 3f44a2ac517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)