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~ | 11000011101110110100010011000010101110000101000101111110 | c3bb44c2b8517e |
SJIS-WIN | ??D??Q~ | 00111111001111110100010000111111001111110101000101111110 | 3f3f443f3f517e |
EUC-JP | �D¸Q~ | 10001111101010101010101000111111010001001000111110101010101001001000111110100010101100010101000101111110 | 8faaaa3f448faaa48fa2b1517e |
UTF-8 | ûD¸Q~ | 1100001110000011110000101011101101000100110000111000001011000010101110000101000101111110 | c383c2bb44c382c2b8517e |
UHC | ??D?¸Q~ | 0011111100111111010001000011111110100010101011000101000101111110 | 3f3f443fa2ac517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)