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 | è±ï¨ | 1110100010000011101100011110111110101000 | e883b1efa8 |
SJIS-WIN | ??±?¨ | 00111111001111111000000101111101001111111000000101001110 | 3f3f817d3f814e |
EUC-JP | è?±ï¨ | 1000111110101011101100100011111110100001110111101000111110101011110000011010000110101111 | 8fabb23fa1de8fabc1a1af |
UTF-8 | è±ï¨ | 11000011101010001100001010000011110000101011000111000011101011111100001010101000 | c3a8c283c2b1c3afc2a8 |
UHC | ??±?¨ | 00111111001111111010000110111110001111111010000110100111 | 3f3fa1be3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)