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 | ñü°é±ùñ | 11110001111111001011000011101001101100011111100111110001 | f1fcb0e9b1f9f1 |
SJIS-WIN | ??°?±?? | 001111110011111110000001100010110011111110000001011111010011111100111111 | 3f3f818b3f817d3f3f |
EUC-JP | ñü°é±ùñ | 10001111101010111101000010001111101010111110010010100001111010111000111110101011101100011010000111011110100011111010101111100011100011111010101111010000 | 8fabd08fabe4a1eb8fabb1a1de8fabe38fabd0 |
UTF-8 | ñü°é±ùñ | 1100001110110001110000111011110011000010101100001100001110101001110000101011000111000011101110011100001110110001 | c3b1c3bcc2b0c3a9c2b1c3b9c3b1 |
UHC | ??°?±?? | 001111110011111110100001110001100011111110100001101111100011111100111111 | 3f3fa1c63fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)