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 | ¼¾¼×o | 1011110010111110101111001101011101101111 | bcbebcd76f |
SJIS-WIN | ???×o | 001111110011111100111111100000010111111001101111 | 3f3f3f817e6f |
EUC-JP | ???×o | 001111110011111100111111101000011101111101101111 | 3f3f3fa1df6f |
UTF-8 | ¼¾¼×o | 110000101011110011000010101111101100001010111100110000111001011101101111 | c2bcc2bec2bcc3976f |
UHC | ¼¾¼×o | 101010001111100110101000111110101010100011111001101000011011111101101111 | a8f9a8faa8f9a1bf6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)