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 | ?ζ?? | 0011111110000011110001000011111100111111 | 3f83c43f3f |
EUC-JP | ?ζ?? | 0011111110100110110001100011111100111111 | 3fa6c63f3f |
UTF-8 | 筽ζ쑒隸 | 1110011110101101101111011100111010110110111011001001000110010010111011111010011010111000 | e7adbdceb6ec9192efa6b8 |
UHC | 筽ζ쑒隸 | 1110100010100100101001011110011010011100101100011110011111100110 | e8a4a5e69cb1e7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)