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 | àÈàÁà | 1110000011001000111000001100000111100000 | e0c8e0c1e0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | àÈàÁà | 100011111010101110100010100011111010101010110010100011111010101110100010100011111010101010100001100011111010101110100010 | 8faba28faab28faba28faaa18faba2 |
UTF-8 | àÈàÁà | 11000011101000001100001110001000110000111010000011000011100000011100001110100000 | c3a0c388c3a0c381c3a0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)