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 | àèà·è | 111000001110100011100000101101111110100010001011 | e0e8e0b7e88b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àèà?è? | 1000111110101011101000101000111110101011101100101000111110101011101000100011111110001111101010111011001000111111 | 8faba28fabb28faba23f8fabb23f |
UTF-8 | àèà·è | 110000111010000011000011101010001100001110100000110000101011011111000011101010001100001010001011 | c3a0c3a8c3a0c2b7c3a8c28b |
UHC | ???·?? | 00111111001111110011111110100001101001000011111100111111 | 3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)