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 | è ±å¨ | 1110100010000101101100011110010110101000 | e885b1e5a8 |
SJIS-WIN | ??±?¨ | 00111111001111111000000101111101001111111000000101001110 | 3f3f817d3f814e |
EUC-JP | è?±å¨ | 1000111110101011101100100011111110100001110111101000111110101011101010011010000110101111 | 8fabb23fa1de8faba9a1af |
UTF-8 | è ±å¨ | 11000011101010001100001010000101110000101011000111000011101001011100001010101000 | c3a8c285c2b1c3a5c2a8 |
UHC | ??±?¨ | 00111111001111111010000110111110001111111010000110100111 | 3f3fa1be3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)