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 | ááè | 111000011110000110001110100001001110100010000001 | e1e18e84e881 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | áá??è? | 100011111010101110100001100011111010101110100001001111110011111110001111101010111011001000111111 | 8faba18faba13f3f8fabb23f |
UTF-8 | ááè | 110000111010000111000011101000011100001010001110110000101000010011000011101010001100001010000001 | c3a1c3a1c28ec284c3a8c281 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)