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 | Æü×Û | 1100011011111100100011111101011111011011 | c6fc8fd7db |
SJIS-WIN | ???×? | 001111110011111100111111100000010111111000111111 | 3f3f3f817e3f |
EUC-JP | Æü?×Û | 100011111010100110100001100011111010101111100100001111111010000111011111100011111010101011100101 | 8fa9a18fabe43fa1df8faae5 |
UTF-8 | Æü×Û | 11000011100001101100001110111100110000101000111111000011100101111100001110011011 | c386c3bcc28fc397c39b |
UHC | Æ??×? | 10101000101000010011111100111111101000011011111100111111 | a8a13f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)