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 | êGâeêGâe^ | 111010100100011111100010011001011110101001000111111000100110010101011110 | ea47e265ea47e2655e |
SJIS-WIN | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
EUC-JP | êGâeêGâe^ | 1000111110101011101101000100011110001111101010111010010001100101100011111010101110110100010001111000111110101011101001000110010101011110 | 8fabb4478faba4658fabb4478faba4655e |
UTF-8 | êGâeêGâe^ | 11000011101010100100011111000011101000100110010111000011101010100100011111000011101000100110010101011110 | c3aa47c3a265c3aa47c3a2655e |
UHC | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)