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 | è±æ | 11101000101100011000111011100110 | e8b18ee6 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | è±?æ | 100011111010101110110010101000011101111000111111100011111010100111000001 | 8fabb2a1de3f8fa9c1 |
UTF-8 | è±æ | 1100001110101000110000101011000111000010100011101100001110100110 | c3a8c2b1c28ec3a6 |
UHC | ?±?æ | 001111111010000110111110001111111010100110100001 | 3fa1be3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)