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? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 縡?G妖 | 111000110111000100111111010001111001011101100100 | e3713f479764 |
EUC-JP | 縡?G妖 | 111001011101001000111111010001111100110111000101 | e5d23f47cdc5 |
UTF-8 | 縡렞G妖 | 11100111101110001010000111101011101000001001111001000111111001011010011010010110 | e7b8a1eba09e47e5a696 |
UHC | 縡렞G妖 | 11101110101011011000111010101111010001111110100011101101 | eead8eaf47e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)