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 | íñ×Éíñ | 111011011111000111010111110010011110110111110001 | edf1d7c9edf1 |
SJIS-WIN | ??×??? | 00111111001111111000000101111110001111110011111100111111 | 3f3f817e3f3f3f |
EUC-JP | íñ×Éíñ | 1000111110101011101111111000111110101011110100001010000111011111100011111010101010110001100011111010101110111111100011111010101111010000 | 8fabbf8fabd0a1df8faab18fabbf8fabd0 |
UTF-8 | íñ×Éíñ | 110000111010110111000011101100011100001110010111110000111000100111000011101011011100001110110001 | c3adc3b1c397c389c3adc3b1 |
UHC | ??×??? | 00111111001111111010000110111111001111110011111100111111 | 3f3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)