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 | î¬hî | 11101110101011000110100011101110 | eeac68ee |
SJIS-WIN | ?¬h? | 0011111110000001110010100110100000111111 | 3f81ca683f |
EUC-JP | î¬hî | 100011111010101111000010101000101100110001101000100011111010101111000010 | 8fabc2a2cc688fabc2 |
UTF-8 | î¬hî | 11000011101011101100001010101100011010001100001110101110 | c3aec2ac68c3ae |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)