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 | íå×Þíå | 111011011110010111010111110111101110110111100101 | ede5d7deede5 |
SJIS-WIN | ??×??? | 00111111001111111000000101111110001111110011111100111111 | 3f3f817e3f3f3f |
EUC-JP | íå×Þíå | 1000111110101011101111111000111110101011101010011010000111011111100011111010100110110000100011111010101110111111100011111010101110101001 | 8fabbf8faba9a1df8fa9b08fabbf8faba9 |
UTF-8 | íå×Þíå | 110000111010110111000011101001011100001110010111110000111001111011000011101011011100001110100101 | c3adc3a5c397c39ec3adc3a5 |
UHC | ??×Þ?? | 0011111100111111101000011011111110101000101011010011111100111111 | 3f3fa1bfa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)