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¸v\ | 11000011101110110100010011000010101110000111011001011100 | c3bb44c2b8765c |
SJIS-WIN | ??D??v\ | 00111111001111110100010000111111001111110111011001011100 | 3f3f443f3f765c |
EUC-JP | �D¸v\ | 10001111101010101010101000111111010001001000111110101010101001001000111110100010101100010111011001011100 | 8faaaa3f448faaa48fa2b1765c |
UTF-8 | ûD¸v\ | 1100001110000011110000101011101101000100110000111000001011000010101110000111011001011100 | c383c2bb44c382c2b8765c |
UHC | ??D?¸v\ | 0011111100111111010001000011111110100010101011000111011001011100 | 3f3f443fa2ac765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)