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 | êºiêºiB | 11101010101110100110100111101010101110100110100101000010 | eaba69eaba6942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | êºiêºiB | 100011111010101110110100100011111010001011101011011010011000111110101011101101001000111110100010111010110110100101000010 | 8fabb48fa2eb698fabb48fa2eb6942 |
UTF-8 | êºiêºiB | 1100001110101010110000101011101001101001110000111010101011000010101110100110100101000010 | c3aac2ba69c3aac2ba6942 |
UHC | ?ºi?ºiB | 001111111010100010101100011010010011111110101000101011000110100101000010 | 3fa8ac693fa8ac6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)