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 | è±ï | 11101000101100011001101011101111 | e8b19aef |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | è±?ï | 100011111010101110110010101000011101111000111111100011111010101111000001 | 8fabb2a1de3f8fabc1 |
UTF-8 | è±ï | 1100001110101000110000101011000111000010100110101100001110101111 | c3a8c2b1c29ac3af |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)