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 | ¼×Ï | 101111001101011111001111 | bcd7cf |
SJIS-WIN | ?×? | 00111111100000010111111000111111 | 3f817e3f |
EUC-JP | ?×Ï | 001111111010000111011111100011111010101011000001 | 3fa1df8faac1 |
UTF-8 | ¼×Ï | 110000101011110011000011100101111100001110001111 | c2bcc397c38f |
UHC | ¼×? | 1010100011111001101000011011111100111111 | a8f9a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)