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 | Æ×Ù | 1000111111000110110101111000111011011001 | 8fc6d78ed9 |
SJIS-WIN | ??×?? | 001111110011111110000001011111100011111100111111 | 3f3f817e3f3f |
EUC-JP | ?Æ×?Ù | 00111111100011111010100110100001101000011101111100111111100011111010101011100011 | 3f8fa9a1a1df3f8faae3 |
UTF-8 | Æ×Ù | 11000010100011111100001110000110110000111001011111000010100011101100001110011001 | c28fc386c397c28ec399 |
UHC | ?Æ×?? | 00111111101010001010000110100001101111110011111100111111 | 3fa8a1a1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)