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 | аáù | 11010000101100001110000111111001 | d0b0e1f9 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ?°áù | 001111111010000111101011100011111010101110100001100011111010101111100011 | 3fa1eb8faba18fabe3 |
UTF-8 | аáù | 1100001110010000110000101011000011000011101000011100001110111001 | c390c2b0c3a1c3b9 |
UHC | а?? | 101010001010001010100001110001100011111100111111 | a8a2a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)