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 | èúàÜèú | 1001110010000001111010001111101011100000110111001110100011111010 | 9c81e8fae0dce8fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??èúàÜèú | 0011111100111111100011111010101110110010100011111010101111100010100011111010101110100010100011111010101011100100100011111010101110110010100011111010101111100010 | 3f3f8fabb28fabe28faba28faae48fabb28fabe2 |
UTF-8 | èúàÜèú | 11000010100111001100001010000001110000111010100011000011101110101100001110100000110000111001110011000011101010001100001110111010 | c29cc281c3a8c3bac3a0c39cc3a8c3ba |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)