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 | Þíѽ | 11011110111011011101000110111101 | deedd1bd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞíÑ? | 10001111101010011011000010001111101010111011111110001111101010101101000000111111 | 8fa9b08fabbf8faad03f |
UTF-8 | Þíѽ | 1100001110011110110000111010110111000011100100011100001010111101 | c39ec3adc391c2bd |
UHC | Þ??½ | 101010001010110100111111001111111010100011110110 | a8ad3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)