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 | àèàÝ | 1110000011101000111000001101110110000010100011111001110010001001 | e0e8e0dd828f9c89 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | àèàÝ???? | 10001111101010111010001010001111101010111011001010001111101010111010001010001111101010101111001000111111001111110011111100111111 | 8faba28fabb28faba28faaf23f3f3f3f |
UTF-8 | àèàÝ | 11000011101000001100001110101000110000111010000011000011100111011100001010000010110000101000111111000010100111001100001010001001 | c3a0c3a8c3a0c39dc282c28fc29cc289 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)