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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五γ?? | 100011001101110010000011110000010011111100111111 | 8cdc83c13f3f |
EUC-JP | 五γ?佾 | 1011100011011110101001101100001100111111100011111011000011111011 | b8dea6c33f8fb0fb |
UTF-8 | 五γ룢佾 | 1110010010111010100101001100111010110011111010111010001110100010111001001011110110111110 | e4ba94ceb3eba3a2e4bdbe |
UHC | 五γ룢佾 | 1110011111101001101001011110001110001111100110111110110011101011 | e7e9a5e38f9beceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)