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 | ×ù | 100011111101011111111001 | 8fd7f9 |
SJIS-WIN | ?×? | 00111111100000010111111000111111 | 3f817e3f |
EUC-JP | ?×ù | 001111111010000111011111100011111010101111100011 | 3fa1df8fabe3 |
UTF-8 | ×ù | 110000101000111111000011100101111100001110111001 | c28fc397c3b9 |
UHC | ?×? | 00111111101000011011111100111111 | 3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)