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 | è±ä | 11101000101100011000111011100100 | e8b18ee4 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | è±?ä | 100011111010101110110010101000011101111000111111100011111010101110100011 | 8fabb2a1de3f8faba3 |
UTF-8 | è±ä | 1100001110101000110000101011000111000010100011101100001110100100 | c3a8c2b1c28ec3a4 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)