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 | àý°À] | 1110000011111101101100001100000001011101 | e0fdb0c05d |
SJIS-WIN | ??°?] | 001111110011111110000001100010110011111101011101 | 3f3f818b3f5d |
EUC-JP | àý°À] | 100011111010101110100010100011111010101111110010101000011110101110001111101010101010001001011101 | 8faba28fabf2a1eb8faaa25d |
UTF-8 | àý°À] | 110000111010000011000011101111011100001010110000110000111000000001011101 | c3a0c3bdc2b0c3805d |
UHC | ??°?] | 001111110011111110100001110001100011111101011101 | 3f3fa1c63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)